Mask-RCNN
Mask-RCNN copied to clipboard
A PyTorch implementation of the architecture of Mask RCNN
I run the coco.py, but have this error: from ._ext import nms ModuleNotFoundError: No module named 'nms._ext' can you solve this error, thanks!
Did you have trained another datasets?How did you do?
Is ''mask_rcnn_coco.pth'' in demo.py your trained model? Is there a link to download?
Hi!How to load and train cityscapes dataset? Cityscapes dataset has no bounding box, so how do you train it for detection? thanks.
Hi, it seems that GPU_COUNT in config.py doesn't work. Is there any way to multi-gpu training? Thanks!
Hi, could you please provide a download link of the pre-trained model: resnet50_imagenet.pth?
What's your pytorch's version?
How to apply data augmentation?