HelloRicky123 / Siamese-RPN

Full reimplementation of siamese rpn, has 0.24 eao on vot2017.
MIT License
223 stars 44 forks source link

Where is the dataset_ssd directory? #18

Closed fzh0917 closed 5 years ago

fzh0917 commented 5 years ago

I got this error message:

FileNotFoundError: [Errno 2] No such file or directory: '/dataset_ssd/ytb_vid_rpn_id/meta_data.pkl'

Where is the dataset_ssd directory in the 59version? Should I create a such directory manually and then download the meta_data.pkl from the Internet and put it into that directory?

fzh0917 commented 5 years ago

I got this error message:

FileNotFoundError: [Errno 2] No such file or directory: '/dataset_ssd/ytb_vid_rpn_id/meta_data.pkl'

Where is the dataset_ssd directory in the 59version? Should I create a such directory manually and then download the meta_data.pkl from the Internet and put it into that directory?

However, I didn't find the meta_data.pkl file in the Internet.

HelloRicky123 commented 5 years ago

It is created by the bin/create_dataset.py and create_lmdb.py

fzh0917 commented 5 years ago

OK, thank you. I have understood the steps.

HelloRicky123 commented 5 years ago

Closed.