matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.38k stars 11.65k forks source link

Mask RCNN on Custom Dataset #2421

Open cedric102 opened 3 years ago

cedric102 commented 3 years ago

I could not find the comment section in your website : https://thebinarynotes.com/how-to-train-mask-r-cnn-on-the-custom-dataset/

The following message appears during training: 2020-11-12 21:39:57.729227: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA Traceback (most recent call last): File "custom.py", line 346, in train(model) File "custom.py", line 167, in train dataset_train.load_custom(args.dataset, "train") File "custom.py", line 100, in load_custom polygons = [r['shape_attributes'] for r in a['regions']] File "custom.py", line 100, in polygons = [r['shape_attributes'] for r in a['regions']] TypeError: string indices must be integers

PrakharPrashantSingh commented 2 years ago

hi, is this problem resolved?

Thanks

cedric102 commented 2 years ago

Hello Prashant and Natalia,

I am not sure I understand what you mean. Can you please explain?

Kind regards, Cedric.

On Thu, 5 May 2022, 21:26 Prashant, @.***> wrote:

hi, is this problem resolved?

Thanks

— Reply to this email directly, view it on GitHub https://github.com/matterport/Mask_RCNN/issues/2421#issuecomment-1119014412, or unsubscribe https://github.com/notifications/unsubscribe-auth/AECWSNJ6RPTFQBPMUF2BFFLVIQVGZANCNFSM4TT2H53A . You are receiving this because you were mentioned.Message ID: @.***>