You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the suggested code sketch in "using CenterTrack in your own project"(Readme.md)
I noticed that the suggested approach will result in undefined path for model weights
I believe args is not passed to self.parse properly
to fix:
in opts.py line 397: pass "args" to "self.parse()"
The text was updated successfully, but these errors were encountered:
I was following the suggested code sketch in "using CenterTrack in your own project"(Readme.md)
I noticed that the suggested approach will result in undefined path for model weights
I believe args is not passed to self.parse properly
to fix:
in opts.py line 397: pass "args" to "self.parse()"
The text was updated successfully, but these errors were encountered: