-
Notifications
You must be signed in to change notification settings - Fork 597
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #451 +/- ##
==========================================
+ Coverage 72.99% 73.54% +0.55%
==========================================
Files 125 126 +1
Lines 7216 7375 +159
Branches 1364 1390 +26
==========================================
+ Hits 5267 5424 +157
- Misses 1519 1528 +9
+ Partials 430 423 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -9,7 +9,7 @@ | |||
norm_cfg=dict(requires_grad=False), | |||
style='caffe', | |||
init_cfg=dict( | |||
type='Pretrained', checkpoint='torchvision://resnet101')), | |||
type='Pretrained', checkpoint='torchvision://resnet50')), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to load the pretrain weights of coco?
@@ -0,0 +1,263 @@ | |||
# Copyright (c) OpenMMLab. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The codes in this file are hard to understand.
Suggest to add many comments to explain the motivation.
The PR can be merged after adding more comments in the code |
…_r50_fpn_4e_mot17-private-half.py
…to qdtrack_faster-rcnn_r50_fpn_4e_crowdhuman_mot17-private-half.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the lint error
No description provided.