Object Detection in 6 steps using Detectron2
Have you ever tried training an object detection model using a custom dataset of your own choice from scratch? If yes, you'd know how tedious the process would be. We need to start with building a model using a Feature Pyramid Network combined with a Region Proposal Network if we opt for region proposal based methods such as Faster R-CNN or we can also use one-shot detector algorithms like SSD and YOLO. Either of them is a bit complicated to work with if we want to implement it from scratch. We need a framework where we can use state-of-the-art models such as Fast, Faster, and Mask R-CNNs with ease.
Aug-3-2020, 07:15:13 GMT
- Technology: