🚀 The feature
Similar to #3995 but focus on Object Detection and Segmentation.
Kick-off a Batteries Included phase 2 project that will focus on improving object detection and segmentation. After adding the necessary primitives, create a new recipe that improves the accuracy of existing models and retrain them to offer better weights to the community.
Results
Best currently available models achieved:
The above results were achieved by building on top of work done by @rbgirshick, @pdollar, @vaibhava0, @fmassa and @xiaohu2015.
🚀 The feature
Similar to #3995 but focus on Object Detection and Segmentation.
Kick-off a Batteries Included phase 2 project that will focus on improving object detection and segmentation. After adding the necessary primitives, create a new recipe that improves the accuracy of existing models and retrain them to offer better weights to the community.
Results
Best currently available models achieved:
retinanet_resnet50_fpn: 36.4 mAPretinanet_resnet50_fpn_v2: 41.5 mAP (+5.1)maskrcnn_resnet50_fpn: 37.9 box mAP / 34.6 mask mAPmaskrcnn_resnet50_fpn_v2: 47.4 box mAP / 41.8 mask mAP (+9.5/+7.2)fasterrcnn_resnet50_fpn: 37.0 mAPfasterrcnn_resnet50_fpn_v2: 46.7 mAP (+9.7)The above results were achieved by building on top of work done by @rbgirshick, @pdollar, @vaibhava0, @fmassa and @xiaohu2015.