-
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
[Add] Configs for QDTrack on TAO dataset. #585
Conversation
Codecov Report
@@ Coverage Diff @@
## master #585 +/- ##
==========================================
- Coverage 73.53% 73.12% -0.41%
==========================================
Files 130 131 +1
Lines 8074 8189 +115
Branches 1564 1581 +17
==========================================
+ Hits 5937 5988 +51
- Misses 1648 1703 +55
- Partials 489 498 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
We can merge this PR after finishing the following items:
- fix the comments
After this pr is merged, please create another pr to finishing the following items:
- use ./tools/analysis/publish_model.py to prepare the pre-trained weights of QD on TAO
- update the README.md and metafile.yml of QD.
@@ -0,0 +1,47 @@ | |||
# model settings |
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.
need update
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.
done
* train TAO * update readme * add tao tracker * del useless files * rollback * fix bug * update UT * del useless code * update cfg * update file path Co-authored-by: Pengxiang Li <lipengxiang@pjlab.org.cn>
No description provided.