An open API service indexing awesome lists of open source software.

https://github.com/akhilsharmaa/using-pretrained-detectron2

Implementation of Detectron2 Pretrained-MODEL. Detectron2 is Facebook AI Research's next generation library that provides state-of-the-art detection and segmentation algorithms.
https://github.com/akhilsharmaa/using-pretrained-detectron2

computer-vision deep-learning detectron2

Last synced: over 1 year ago
JSON representation

Implementation of Detectron2 Pretrained-MODEL. Detectron2 is Facebook AI Research's next generation library that provides state-of-the-art detection and segmentation algorithms.

Awesome Lists containing this project

README

          

# **Detectron2** Instance Image Segmentation
Detectron2 is Facebook AI Research's next generation library that provides state-of-the-art *detection and segmentation algorithms.*

## [Implementation]("pretrained-detectron2.ipynb") **Detectron2** pre-trained model
![](./assets/asset2.png)

I have used the pre trained s**detectron2** models from **Model-Zoo** and perfromed the Instance Image Segmentation. Used ```COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml``` pre-train model.