Open chrispolo opened 6 years ago
@chrispolo the script cannot find the json file called instances_minival2014.json. Please check the path. If you don't have the file, you have to download it and place it in the right folder.
@fastlater Thank you,fastlater! I had download the instances_minival2014.json and instances_valminusminival2014.json , i add the path to the inspect_model.ipynb like this
import coco config = coco.CocoConfig() COCO_DIR = "/home/Downloads/mrcnn_test/coco"
the coco is the folder,but when i run it in the jupyter notebook, there is still a mistake.
The mistake ie like this `FileNotFoundError Traceback (most recent call last)
Try to use the absolute path and you will have no error if the file exist in the annotations folder.
@fastlater i got it ,thx
loading annotations into memory...
FileNotFoundError Traceback (most recent call last)