I work a lot with object detection at my current role.
Would be cool to add Detectron 2, seems that this library that has some of the state of the art(SOTA) models in object detection. <a href="https://github.com/facebookresearch/detectron2" rel="nofollow">https://github.com/facebookresearch/detectron2</a><p>Also the TF Object Detection API has a suite of pretrained SOTA object detection models <a href="https://github.com/tensorflow/models/tree/master/research/object_detection" rel="nofollow">https://github.com/tensorflow/models/tree/master/research/ob...</a><p>What makes object detection really valuable is being able to finetune a model to detect objects that are relevant to your problem. However collecting, labeling, takes a lot of time since the best way is to manually label. But 30-50 hrs of manual labeling can get you some great results when you are leveraging pretrained models. Building a tool to manage data labeling and training for finetuning object detection models would be very valuable.