devit icon indicating copy to clipboard operation
devit copied to clipboard

datasets cant loading correctly

Open Austin98 opened this issue 1 year ago • 3 comments

I have downloaded the datasets and weights from gdrive, but when I try to train the model, some error happened. When I try to run vit=l task=ovd dataset=coco bash scripts/train.sh The error is FileNotFoundError: [Errno 2] No such file or directory: 'datasets/coco/train2017/000000183332.jpg' When I try to run task=ovd dataset=lvis bash scripts/train.sh MODEL.MASK_ON True The error is FileNotFoundError: [Errno 2] No such file or directory: 'datasets/lvis/lvis_v1_val.json'

My datasets download from the link in Downloads.md haven't the above paths, I don't know where is wrong? Maybe I need deal with the datasets firstly?

Btw, need I uncompress the files cocosplit.tar.gz & cocosplit2017.tar.gz in the datasets/coco and what is it used for? Thank you for you great work!

Austin98 avatar Dec 28 '23 13:12 Austin98