-
Notifications
You must be signed in to change notification settings - Fork 95
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
Allow to not use a pretrained FairMOT backbone #348
Conversation
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.
Thanks you for these changes, i have a minor comment. Other than that they look good!
src/opendr/perception/object_tracking_2d/fair_mot/algorithm/lib/models/networks/dlav0.py
Outdated
Show resolved
Hide resolved
src/opendr/perception/object_tracking_2d/fair_mot/algorithm/lib/models/networks/pose_dla_dcn.py
Outdated
Show resolved
Hide resolved
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.
Thank you, hopefully it will reduce the number of failures
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.
Thank you!
* Allow to not use a pretrained fairmot backbone * Rename load_pretrained_model Co-authored-by: Kostas Tsampazis <[email protected]>
This PR fixes the dependency on the external model downloads by not requiring a pretrained backbone if you intend to test using the trained model from the FTP server.