I've followed this guide to the dot: https://github.com/matterport/Mask_RCNN/tree/3deaec5d902d16e1daf56b62d5971d428dc920bc
After the installation portion of the previous guide I went straight to trying to test an example. This is the sample: https://github.com/matterport/Mask_RCNN/tree/master/samples/balloon
I went straight to the training section in the README file. The first instruction in training the model is as follows
python3 balloon.py train --dataset=/path/to/balloon/dataset --weights=coco
I get the following response to entering this command:
I'm not sure what I've done wrong. All the dependencies are installed and are the versions listed in the installation guide in the first link.