mlzxy / devit

MIT License
300 stars 42 forks source link

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

Open Liuziyu77 opened 5 months ago

Liuziyu77 commented 5 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 5 months ago

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

taoxujing commented 5 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 1 month 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.