alanlukezic / d3s

D3S - Discriminative Single Shot Segmentation Tracker (CVPR 2020)
265 stars 57 forks source link

run_trainning: groundtruth-2.txt not find ? #39

Open maojiaoli opened 2 years ago

maojiaoli commented 2 years ago

Hello, I made the following error during training. The data set I used was VOS:

FileNotFoundError: [Errno 2] File /media/panxiang/Data/train_dataset/vos/train/Annotations/4918d10ff0/groundtruth-2.txt does not exist: '/media/panxiang/Data/train_dataset/vos/train/Annotations/4918d10ff0/groundtruth-2.txt'

I found that there is no groundtruth. TXT file under the data set I downloaded. Could you please tell me where this file was generated?

alanlukezic commented 2 years ago

Hi, you need the files with the bounding boxes for training the network. Please see the instructions here: https://github.com/alanlukezic/d3s#training-the-network where you can also find the link with these files.