CenterTrack icon indicating copy to clipboard operation
CenterTrack copied to clipboard

Opts.init() FileNotFoundError

Open SajjadPSavoji opened this issue 2 years ago • 0 comments

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()"

SajjadPSavoji avatar May 17 '22 16:05 SajjadPSavoji