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
30.5k stars 7.48k forks source link

Is it possible to implement CenterNet using detectron2? #1592

Closed tengerye closed 4 years ago

tengerye commented 4 years ago

Hi, I am wondering if detectron2 can be used to implement CenterNet? or will it be more simple not using it? If it is compatible, may I ask for some suggestions or key points I need to take care of? Thank you in advance.

ppwwyyxx commented 4 years ago

It can.

Check https://github.com/facebookresearch/detectron2/tree/master/projects/TensorMask or https://github.com/aim-uofa/AdelaiDet for implementation of new models.