JialianW/TraDeS

FileNotFoundError: [Errono 2] No such file or directory: 'home/xxx/Trades/src/lib/.../data/mot17/annotations/var_half.json'

Closed this issue · 1 comments

I got this error when running
sh experiments/mot17_test.sh.
Seems like I don't have the annotations file. But I have installed cocoapi by
pip install cython; pip install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
I don't know how to solve it.