matterport / Mask_RCNN

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

Total loss and mask_cls_loss remains the same during the 2 and 3 training stage #250

Open whrenstone opened 6 years ago

whrenstone commented 6 years ago
waleedka commented 6 years ago

Are you training from imagenet weights? Or really, from scratch? I think it would be really hard to train it from scratch.

whrenstone commented 6 years ago

@waleedka Yes, i am trying to train the network from scratch to understand the whole procedure. It seems
the network recognize person first, and cars. But the false positive rate is high and the mask class loss remains the same whatever the learning rate is. Anyway, thanks for your reply and brilliant codes!

tonyzhao6 commented 6 years ago

@whrenstone

Are you training the entire Mask R-CNN in stages or the whole thing at once?