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.
- Host: GitHub
- URL: https://github.com/akhilsharmaa/using-pretrained-detectron2
- Owner: akhilsharmaa
- Created: 2023-05-02T14:13:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T14:13:46.000Z (about 3 years ago)
- Last Synced: 2025-01-28T02:12:43.552Z (over 1 year ago)
- Topics: computer-vision, deep-learning, detectron2
- Language: Jupyter Notebook
- Homepage:
- Size: 16.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

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.