To get started, see the latest instructions on: GitHub.com/facebookresearch/detectron2. PyTorch is an open source deep learning framework built to be flexible and modular for research, with the stability and support needed for production deployment.
Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework.
Detectron2 is Facebook AI Research's next generation library that provides state-of-the-art detection and segmentation algorithms. It is the successor of Detectron and maskrcnn-benchmark. It supports a number of computer vision research projects and p
Add backbone wrapper and detector wrapper for models in mmdetection. This allows training and evaluation of these models in detectron2. See an example config that trains a mmdet’s Mask R-CNN. Code release for Implicit PointRend & PointSup. Code