Mask_rcnn: How to get exact architecture details of MASK RCNN model?

Created on 1 Jun 2019  路  3Comments  路  Source: matterport/Mask_RCNN

I want to print the summary of Mask RCNN model but using 'print(model.summary())' is giving error 'MASKRCNN have no attribute 'summary''. I want to use my own trained resNet based classifier but in order to use this as backbone I will need the architecture details of Mask RCNN. How can i get the architecture details?

Most helpful comment

if you use MaskRCNN class, use this
model.keras_model.summary()

All 3 comments

@waleedka @cclauss

if you use MaskRCNN class, use this
model.keras_model.summary()

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jameschartouni picture jameschartouni  路  4Comments

wadmes picture wadmes  路  4Comments

techjjun picture techjjun  路  4Comments

apptech-evan-huang picture apptech-evan-huang  路  3Comments

ziyigogogo picture ziyigogogo  路  3Comments