Fine-tune PyTorch Pre-trained Mask-RCNN - Eric Chen's Blog
haochen23.github.io › 2020 › 06Jun 20, 2020 · Fine-tuning Mask-RCNN using PyTorch ¶. In this post, I'll show you how fine-tune Mask-RCNN on a custom dataset. Fine-tune Mask-RCNN is very useful, you can use it to segment specific object and make cool applications. In a previous post, we've tried fine-tune Mask-RCNN using matterport's implementation. We've seen how to prepare a dataset ...