Mmdetection: Mask-RCNN Benchmark

Created on 24 Oct 2018  路  3Comments  路  Source: open-mmlab/mmdetection

Hi,

We've just open-sourced our PyTorch 1.0 implementation of Faster R-CNN and Mask R-CNN in https://github.com/facebookresearch/maskrcnn-benchmark.
It contains code for training and testing most of the detection and segmentation models from Detectron.

Compared to the current implementation in mmdetection, it seems to bring some significant speed-ups during training, with less memory usage as well.

Please feel free to try it out, and even plug in some of our components to potentially get some speedups.

Most helpful comment

@fmassa Congratulations to the release of the new implementation of mask rcnn! It is indeed a great piece of work. The team is now working intensely toward CVPR submission, and will learn from your efforts afterwards.

All 3 comments

@fmassa Congratulations to the release of the new implementation of mask rcnn! It is indeed a great piece of work. The team is now working intensely toward CVPR submission, and will learn from your efforts afterwards.

how about speed when infer?

We released our technical report for the latest benchmark.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

songyuc picture songyuc  路  3Comments

letanloc1998 picture letanloc1998  路  3Comments

namheegordonkim picture namheegordonkim  路  3Comments

hust-kevin picture hust-kevin  路  3Comments

iceload123 picture iceload123  路  4Comments