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] Support the testing of QDTrack algorithm in MOT #451

Merged
merged 17 commits into from
Mar 8, 2022
Merged

[Feature] Support the testing of QDTrack algorithm in MOT #451

merged 17 commits into from
Mar 8, 2022

Commits on Mar 6, 2022

  1. fix config mistakes for qdtrack-mot17.

    方云浩 authored and 方云浩 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    cf41367 View commit details
    Browse the repository at this point in the history
  2. add QuasiDenseEmbedTracker and test.

    方云浩 authored and 方云浩 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    8347f7e View commit details
    Browse the repository at this point in the history
  3. add unit test for QuasiDenseEmbedTracker.

    方云浩 authored and 方云浩 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    bcb1805 View commit details
    Browse the repository at this point in the history
  4. add doc string for QuasiDenseEmbedTracker.

    方云浩 authored and 方云浩 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    7aed7be View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. inherit from mot_challenge.py.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    e4a9c43 View commit details
    Browse the repository at this point in the history
  2. fix file name error.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    0c191b4 View commit details
    Browse the repository at this point in the history
  3. add ut for simple_test

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    232d11d View commit details
    Browse the repository at this point in the history
  4. clear the test logic.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    7d8622d View commit details
    Browse the repository at this point in the history
  5. add doc string.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    88af317 View commit details
    Browse the repository at this point in the history
  6. fix ut.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    169e556 View commit details
    Browse the repository at this point in the history
  7. add some comments.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    0113119 View commit details
    Browse the repository at this point in the history
  8. fix rename bugs in ut.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    99c8d09 View commit details
    Browse the repository at this point in the history
  9. add more doc string.

    方云浩 authored and 方云浩 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d6605f6 View commit details
    Browse the repository at this point in the history
  10. Rename qdtrack_faster_rcnn_r50_fpn_4e_mot17.py to qdtrack_faster-rcnn…

    …_r50_fpn_4e_mot17-private-half.py
    GT9505 authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    2cf9944 View commit details
    Browse the repository at this point in the history
  11. Update and rename qdtrack_faster_rcnn_r50_fpn_4e_mot17_crowdhuman.py …

    …to qdtrack_faster-rcnn_r50_fpn_4e_crowdhuman_mot17-private-half.py
    GT9505 authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    cc53b4a View commit details
    Browse the repository at this point in the history
  12. Update test_mot_forward.py

    GT9505 authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b8c13e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. fix lint.

    方云浩 authored and 方云浩 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    2b6d16a View commit details
    Browse the repository at this point in the history