├── Pre-trained Detectron2 └── detectron2.ipynb ├── README.md └── Training Detectron2 on custom dataset └── detectron2.ipynb /README.md: -------------------------------------------------------------------------------- 1 | # Detectron2 2 | In this repository, I have implemented several state-of-the-art computer vision tasks using Detectron 2. 3 | 4 | # Youtube Tutorials: 5 | Part 1 - Pre-trained Detectron2 => https://youtu.be/6RqGbboxoxU
6 | Part 2 - Custom Dataset training Detectron2 => https://youtu.be/9a_Z14M-msc 7 | --------------------------------------------------------------------------------