Custom_MaskRCNN
Custom_MaskRCNN copied to clipboard
Custom Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
When I have to load the newly generated custom model, I get the str doesn't have a decode attribute error ` # Or, load the last model you trained weights_path...
The current demo.ipynb only supports coco model/weights. Need to update the notebook to use custom config, and to use custom model weights. TL;DR: These needs an update: ``` # Import...
Hello Soumya, I have been trying to run your MaskRCNN code for an object detection project and have been running into this error. I believe that the script is not...
So I have followed the Medium article and am trying to train the model on a custom dataset of floorplans. After working around some issues I found I am finally...
Hi Soumya, This is not related to usage maskrcnn from your repo. I am using matterport implementation of maskrcnn and train my custom data. While detection the scores for each...