MaskDINO icon indicating copy to clipboard operation
MaskDINO copied to clipboard

Try to train with own custom dataset in coco format but the error below

Open RabiSharma-1987 opened this issue 3 years ago • 2 comments

FileNotFoundError: [Errno 2] No such file or directory: 'MaskDINO/DETECTRON2_DATASETS/coco/coco/annotations/instances_train2017.json'

RabiSharma-1987 avatar Jan 03 '23 08:01 RabiSharma-1987

As shown in ReadMe, If your dataset files are not under this repo, you need to add export DETECTRON2_DATASETS=/path/to/your/data or use Symbolic Link ln -s to link the dataset into this repo before the following command first. You can refer to ReadMe getting started for more details.

FengLi-ust avatar Jan 04 '23 02:01 FengLi-ust

As shown in ReadMe, If your dataset files are not under this repo, you need to add export DETECTRON2_DATASETS=/path/to/your/data or use Symbolic Link ln -s to link the dataset into this repo before the following command first. You can refer to ReadMe getting started for more details.

The same error showing again, and the dataset is in this repo???

RabiSharma-1987 avatar Jan 04 '23 05:01 RabiSharma-1987