OSTrack icon indicating copy to clipboard operation
OSTrack copied to clipboard

Data set path

Open Clarkwk opened this issue 1 year ago • 2 comments

Hi, I keep getting errors when running NFS data sets, so can you provide the path of the NFS data set, something like this -- data -- lasot |-- airplane |-- basketball |-- bear ... -- got10k |-- test |-- train |-- val

Clarkwk avatar Jun 11 '23 12:06 Clarkwk

For the structure of the NFS dataset, please refer here. https://github.com/botaoye/OSTrack/blob/3f4d341f05908da959b4b38d9f89945097a6b916/lib/test/evaluation/nfsdataset.py#L23

botaoye avatar Jun 12 '23 04:06 botaoye

Did you download the dataset from NFS official website? Why don't I have an anno file?like this {"name": "nfs_Gymnastics", "path": "sequences/Gymnastics", "startFrame": 1, "endFrame": 368, "nz": 5, "ext": "jpg", "anno_path": "anno/nfs_Gymnastics.txt", "object_class": "person", 'occlusion': False}, {"name": "nfs_MachLoop_jet", "path": "sequences/MachLoop_jet", "startFrame": 1, "endFrame": 99, "nz": 5, "ext": "jpg", "anno_path": "anno/nfs_MachLoop_jet.txt", "object_class": "aircraft", 'occlusion': False},

Clarkwk avatar Jun 12 '23 04:06 Clarkwk