matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.52k stars 11.68k forks source link

No such file: '/content/fine-tune-MaskRcnn/images/train/XXXX.png #2488

Open BahaaKaaki opened 3 years ago

BahaaKaaki commented 3 years ago

I annotated my own dataset using VGG annotator and exported the annotations as json. When training, I am getting this error: image while this image is not even in the training directory, but rather in the val directory: image Any insights are appreciated. Thanks!

Shahram-73 commented 2 years ago

I have this error too! Any idea?!

AbolfazlKhanMo commented 2 years ago

@Shahram-73

Hey, I actually imported all images (Train/Valid) in both folders (Train/Valid) and it worked! I think this can't cause any problems because the code gets images based on the .json file. Hope this helps. Best