Dose mask-RCNN in Matlab only support 'resnet50-coco' net?

7 views (last 30 days)
Basically as the title says.
The following page only use 'resnet50-coco' as the example.
Are there any other options?

Answers (1)

David Willingham
David Willingham on 16 Dec 2021
Hi Felix,
On GitHub we have a version that shows how to use Resnet101:
https://github.com/matlab-deep-learning/mask-rcnn
What other options were you looking for?
  2 Comments
Felix
Felix on 17 Dec 2021
Hi David,
I was using example in the following link:
It throw me an 'out of memory' error when training. I have a RTX 3070 with 8GB memory.
I have already set batch size to 1. I am trying to further reduce memory requirement so I can train the model. Any suggestions?
Best regards,

Sign in to comment.

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!