Try to train with own custom dataset in coco format but the error below
FileNotFoundError: [Errno 2] No such file or directory: 'MaskDINO/DETECTRON2_DATASETS/coco/coco/annotations/instances_train2017.json'
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.
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???