[Object detection & Keypoint regression] Detectron2 VS MMDetection VS MMPose #3539
-
The project I'm working on involve single class object detection and single keypoint detection (onto the object).
Anyone has some tipps on which framework to choose ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe it depends on your preference. On the other hand, in my opinion, the codes of Detectron2 are much neat and easy to follow. (maybe it's because I am used to Detectron2) |
Beta Was this translation helpful? Give feedback.
I believe it depends on your preference.
With numerous contributors to the codebases of MM, MM provides many handy functions and codes of SOTA models.
So, you might find MM more configurable and easy to customize.
On the other hand, in my opinion, the codes of Detectron2 are much neat and easy to follow. (maybe it's because I am used to Detectron2)
So even though it might take some time, I prefer to reproduce models into Detectron2.