Mask R-CNN
2018-11-23 21:00:33
Paper:https://arxiv.org/pdf/1703.06870.pdf
Code:
Official Implementation: https://github.com/facebookresearch/maskrcnn-benchmark (PyTorch 1.0)
https://github.com/TuSimple/mx-maskrcnn (图森科技,MXNet Implementation)
https://github.com/roytseng-tw/Detectron.pytorch
https://github.com/wannabeOG/Mask-RCNN
https://github.com/multimodallearning/pytorch-mask-rcnn
ICCV-2017 Talk:https://www.youtube.com/watch?v=g7z4mkfRjI4 (by Kaiming He)
==