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 results of Tracktor on MOT15, MOT16 and MOT20 #217

Merged
merged 27 commits into from
Aug 6, 2021

Conversation

ToumaKazusa3
Copy link
Contributor

No description provided.

@ToumaKazusa3 ToumaKazusa3 changed the title [Feature] Support MOT15, MOT16 and MOT20 [WIP][Feature] Support MOT15, MOT16 and MOT20 Jul 21, 2021
@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

Merging #217 (c1e6b6a) into master (c89fe8e) will decrease coverage by 1.19%.
The diff coverage is 5.55%.

❗ Current head c1e6b6a differs from pull request most recent head 2ccabd5. Consider uploading reports for the commit 2ccabd5 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #217      +/-   ##
==========================================
- Coverage   70.05%   68.85%   -1.20%     
==========================================
  Files          87       87              
  Lines        4532     4531       -1     
  Branches      884      887       +3     
==========================================
- Hits         3175     3120      -55     
- Misses       1062     1106      +44     
- Partials      295      305      +10     
Flag Coverage Δ
unittests 68.85% <5.55%> (-1.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmtrack/datasets/mot_challenge_dataset.py 73.21% <0.00%> (ø)
mmtrack/models/mot/base.py 38.00% <0.00%> (-4.86%) ⬇️
mmtrack/models/sot/base.py 46.07% <0.00%> (-3.93%) ⬇️
mmtrack/models/vid/base.py 41.32% <ø> (-1.88%) ⬇️
mmtrack/apis/test.py 14.73% <7.40%> (-2.66%) ⬇️
mmtrack/models/reid/base_reid.py 79.16% <0.00%> (-8.84%) ⬇️
mmtrack/datasets/sot_train_dataset.py 79.79% <0.00%> (-6.07%) ⬇️
mmtrack/datasets/pipelines/transforms.py 83.43% <0.00%> (-4.69%) ⬇️
mmtrack/models/losses/l2_loss.py 18.03% <0.00%> (-2.61%) ⬇️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c89fe8e...2ccabd5. Read the comment docs.

@ToumaKazusa3 ToumaKazusa3 changed the title [WIP][Feature] Support MOT15, MOT16 and MOT20 [Feature] Support MOT15, MOT16 and MOT20 Aug 6, 2021
docs/quick_run.md Outdated Show resolved Hide resolved
docs_zh-CN/quick_run.md Show resolved Hide resolved
@GT9505 GT9505 changed the title [Feature] Support MOT15, MOT16 and MOT20 [Feature] Support the results of Tracktor on MOT15, MOT16 and MOT20 Aug 6, 2021
@@ -46,7 +46,7 @@ python demo/demo_mot.py \
python demo/demo_mot.py configs/mot/deepsort/sort_faster-rcnn_fpn_4e_mot17-private.py --input demo/demo.mp4 --output mot.mp4
```

注意:多目标跟踪模型必须使用私有检测器
注意:当运行`demo_mot.py`时, 我们建议您使用包含`private`的配置文件,这是因为这些配置文件不需要额外的标注信息
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不需要外部的检测结果

configs/mot/tracktor/README.md Outdated Show resolved Hide resolved
@GT9505 GT9505 merged commit 63db5ee into open-mmlab:master Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants