facebookresearch / detectron2

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
https://detectron2.readthedocs.io/en/latest/
Apache License 2.0
29.91k stars 7.4k forks source link

Deep MARC | Hourglass | SpineNet #3506

Open AKMourato opened 2 years ago

AKMourato commented 2 years ago

Greetings!

🚀 Features

A significant improvement to Mask R-CNN recently by bringing insights from Google Deep-MAC, and SpineNet to ResNet.

Motivation & Examples

This network is currently developed in TensorFlow, it would be a huge add-on having it here, in this great library.

Here https://ai.googleblog.com/2021/09/revisiting-mask-head-architectures-for.html, indicates all the improvements and main aspects and motivation behind Deep-MAC and Deep-MARC. More info can be found in this repo: https://github.com/tensorflow/models/tree/master/official/vision/beta/projects/deepmac_maskrcnn and here https://arxiv.org/abs/2104.00613.

Cheers!

kdexd commented 2 years ago

🔖 +1, subscribing. I have a private implementation of Hourglass mask head from Deep-MARC for my ongoing project. I will update here once released. :-)