CenterTrack
CenterTrack copied to clipboard
Opts.init() FileNotFoundError
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()"