29th July 2023
Detectron2 is Facebooks new vision library that allows us to easily us and create object detection, instance segmentation, keypoint detection and panoptic segmentation models. Learn how to use it for both inference and training. Facebook Research released pre-built Detectron2 versions, making local installation a lot easier. (Tested on Linux and Windows) Alongside PyTorch version 1.3, Facebook also released a ground-up rewrite of their object detection framework Detectron. The new framework is called Detectron2 and is now implemented in PyTorch instead of Caffe2. Detectron2 allows us to easily use and build object detection models. This article will help you get started with Detectron2 by […]