xingyizhou / CenterNet2

Two-stage CenterNet
Apache License 2.0
1.2k stars 189 forks source link

Any plans for PRequesting in detectron2 repo? #39

Open djaym7 opened 3 years ago

djaym7 commented 3 years ago

Any plans for PRequesting in detectron2 repo?

xingyizhou commented 3 years ago

Thank you for your interest. I don't have such a plan. But you can just copy-paste the code under projects/CenterNet2 to your detectron2 repo and use it as is.

djaym7 commented 3 years ago

It wont have the detectron2's open support for converting c2 to onnx/tensorrt. The way this model is implemented, the symbol cant be generated to productionize it. (Detectron2 has the same problem).