anonymoussss / Cascade-Mask-RCNN

Cascade Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow, based on matterport mrcnn
MIT License
23 stars 12 forks source link

I'm curious about 2.png of assets. #1

Open BaeSukkyoung opened 3 years ago

BaeSukkyoung commented 3 years ago

Hello,

I would like to get some results such as 2.png of assets.

How can you get that graphs ?

Do you use your code of model.py ?

anonymoussss commented 3 years ago

Well, these images are obtained by tensorboard. And the codes to merge all the losses into the tf.summary are written in the original materport repository, you don't need to change too much. For more details of the charts, you can check out the tensorboard tutorial. :)