Open swatinair123 opened 6 years ago
did you download the "mask_rcnn_coco.h5" and move it to Mask_RCNN_Master?
Yes , But i am not getting the above error but when i give the donut image from the test images for Run object Detection its says
NameError Traceback (most recent call last)
if it's in the training section it should be "dataset_train.class_names" not "class_names"
OK thanks a lot
On 22-Feb-2018 22:09, "Salwan" notifications@github.com wrote:
if it's in the training section it should be "dataset_train.class_names" not "class_names"
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matterport/Mask_RCNN/issues/272#issuecomment-367741108, or mute the thread https://github.com/notifications/unsubscribe-auth/AWbURIWnq3RVCQHGMTQjyfYX6s6a-CRiks5tXZhBgaJpZM4SOxiY .
I have the same problem each time I load coco pretrained model after I clean the data. (rm mask_rcnn_coco.h5). Is the pretrained model corrupted ?
I have the same problem and anybody answer it or handle it well?thanks a lot
reload the coco.h5 dataset and it well be fine,Make sure the size of the data set is about 250M
i have problem anyone have been found?
from mrcnn.model import MaskRCNN NameError: name 'MaskRCNN' is not defined
Hey @Tun555 Maybe this might solve your issue, change directory to the root of your MaskRCNN project and then run python setup.py install
in your terminal or cmd.
Hi I am getting this following error as in the screen shot when i run ## Create Model and Load Trained Weights section .Please kindly advise what could be the issue and how to resolve
OSError Traceback (most recent call last)