Mask-R-CNN-on-Custom-Dataset
Mask-R-CNN-on-Custom-Dataset copied to clipboard
Hi, I'm a data science student and I'm trying to build a mask-r-cnn model. The annotations have been provided to me with this excel structure: Name, Class, Polygon coordinates, Region_count...
File "E:\FYP2\MaskRCNN\Prototype\custom.py", line 144 mask[rr, cc, i] = 1 ^ IndentationError: unindent does not match any outer indentation level
I am trying it on google colab but I am getting this kind of error objects: ['laptop', 'tab', 'phone'] numids [1, 2, 3] objects: ['laptop', 'tab', 'phone'] numids [1, 2,...
hello > i was going through your demo on youtube and i was going to start the second model code but the code file "test_model_laptop_tab_phone.ipynb" is not loading the code...
Traceback (most recent call last): File "/content/MaskRCNN/custom.py", line 187, in model = modellib.MaskRCNN(mode="training", config=config, File "/content/MaskRCNN/mrcnn/model.py", line 1835, in __init__ self.keras_model = self.build(mode=mode, config=config) File "/content/MaskRCNN/mrcnn/model.py", line 1873, in build...