megvii-research / MOTRv2

[CVPR2023] MOTRv2: Bootstrapping End-to-End Multi-Object Tracking by Pretrained Object Detectors
Other
343 stars 44 forks source link

No checkpoint #43

Closed Bajrangi97 closed 10 months ago

Bajrangi97 commented 11 months ago

Below error obtained while running bash tools/eval_dance.sh exps/motrv2/run1

Traceback (most recent call last): File "submit_dance.py", line 194, in checkpoint = torch.load(args.resume, map_location='cpu') File "/home/bajrangi/anaconda3/envs/motrv2/lib/python3.7/site-packages/torch/serialization.py", line 579, in load with _open_file_like(f, 'rb') as opened_file: File "/home/bajrangi/anaconda3/envs/motrv2/lib/python3.7/site-packages/torch/serialization.py", line 230, in _open_file_like return _open_file(name_or_buffer, mode) File "/home/bajrangi/anaconda3/envs/motrv2/lib/python3.7/site-packages/torch/serialization.py", line 211, in init super(_open_file, self).init(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'checkpoint.pth'

We downloaded the dance track model into the current working directory and given the same path, we are getting this error.