mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

Where is the imagenet_vid_val.json?

Open hahapt opened this issue 3 years ago • 1 comments

When testing FGFA or SELSA method with ILSVRC dataset, I can't find the ann_file=data_root + 'annotations/imagenet_vid_val.json'

So where can I get the ann_file for training and testing?

hahapt avatar Aug 09 '22 02:08 hahapt

Hi, you need to convert the annotations of datasets before you training the model. You can refer to this: https://github.com/open-mmlab/mmtracking/blob/master/docs/en/dataset.md

JingweiZhang12 avatar Aug 09 '22 04:08 JingweiZhang12