Object detection on FLIR dataset using MaskRCNN

Detect objects on FLIR images

more…

Register Pascal VOC dataset for detection and segmentation in Detectron2

Detectron2's builtin Pascal VOC provides only bounding-box labels. We need to define custom function to load VOCs segmentation label to dataset dict.

more…

Reproducing metrics of R-CNN models in Detectron2 Model Zoo

How can we reproduce metrics specified on Model Zoo page.

more…