Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add points_in_polygons CUDA op for rotated detection. #1600

Merged
merged 20 commits into from
Dec 24, 2021

Commits on Dec 19, 2021

  1. add points_in_polygons

    zytx121 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    42e97da View commit details
    Browse the repository at this point in the history
  2. fix lint

    zytx121 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    a70b6eb View commit details
    Browse the repository at this point in the history
  3. Update pybind.cpp

    zytx121 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    f1ad36c View commit details
    Browse the repository at this point in the history
  4. Update points_in_polygons.cpp

    zytx121 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    1606aae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eee1a56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    018c4c7 View commit details
    Browse the repository at this point in the history
  7. fix lint

    zytx121 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    9a5439c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f48274 View commit details
    Browse the repository at this point in the history
  9. Update points_in_polygons.py

    zytx121 committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    dbf7415 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. add CUDAGuard and stream

    zytx121 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    3105951 View commit details
    Browse the repository at this point in the history
  2. fix bug

    zytx121 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    d32a860 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Update mmcv/ops/points_in_polygons.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    zytx121 and zhouzaida authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    dbccdd4 View commit details
    Browse the repository at this point in the history
  2. Update tests/test_ops/test_points_in_polygons.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    zytx121 and zhouzaida authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d5e9aae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a93696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49a3178 View commit details
    Browse the repository at this point in the history
  5. Update tests/test_ops/test_points_in_polygons.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    zytx121 and zhouzaida authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    ccb62aa View commit details
    Browse the repository at this point in the history
  6. Update tests/test_ops/test_points_in_polygons.py

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    zytx121 and zhouzaida authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    4d3fbd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Update mmcv/ops/csrc/pytorch/cuda/points_in_polygons_cuda.cu

    Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
    zytx121 and zhouzaida authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0242a55 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    676a0ed View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    zytx121 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d25ac4e View commit details
    Browse the repository at this point in the history