ming71/mmdetection-annotated
An annotated version of the MMDetection library providing PyTorch-based object detection and instance segmentation models with example inference code.

This repository contains annotated source code for MMDetection, an open-mmlab computer vision framework. It implements various detection and segmentation models including Faster RCNN and Mask RCNN. The project provides demo scripts for running inference on images or folders, and includes debug utilities for learning the codebase. Users can initialize models with config files and pre-trained weights to perform object detection tasks.