mlzxy / devit

CoRL 2024
https://mlzxy.github.io/devit
MIT License
342 stars 46 forks source link

mv: target ‘/coco/annotations/’ is not a directory #38

Open Liuziyu77 opened 9 months ago

Liuziyu77 commented 9 months ago

Hello, when I am preparing the datasets, I followed your instruction:

mv datasets/coco/annotations/* $DETECTRON2_DATASETS/coco/annotations/

but error report:

mv: target ‘/coco/annotations/’ is not a directory

Does anyone know why?

Liuziyu77 commented 9 months ago

How to first setup COCO14/17 and LVIS in your detectron2 datasets folder?

taoxujing commented 9 months ago

How to first setup COCO14/17 and LVIS in your detectron2 datasets folder? Hi,I have the same problem with you,do you solve it?

Tozzo commented 5 months ago

It is necessary to download the images, which can be obtained directly from the official COCO website, and to leave them in the recommended structure, unzipped in the datasets/coco folder.