matterport / Mask_RCNN

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

How to train new class!!?? Detect 80classes+balloon #2570

Open nomurakeiya opened 3 years ago

nomurakeiya commented 3 years ago

I was able to do fine tuning using the balloon code. Thank you.

However, only balloons can be detected in models created by fine tuning.

I want to be able to detect balloon classes by adding to the 80 classes that can be detected by "mask_rcnn.h5". I mean I want to do "additional learning".

If anyone knows how to do it, please let me know. Thanks!!!

goldeneave commented 1 year ago

I have the same qusetion, how do you handle it at last