vision icon indicating copy to clipboard operation
vision copied to clipboard

Adding CenterNet to Torchvision/detection

Open chang4869 opened this issue 4 years ago • 5 comments

🚀 The feature

Add CenterNet to torchvision

Motivation, pitch

centernet is a better one-stage object detector than SSD and it is also very practical.This anchor-free detector is currently relatively popular.

Alternatives

No response

Additional context

No response

cc @datumbox

chang4869 avatar Oct 12 '21 03:10 chang4869

There are 2 centernet in the literature. The most used I think is centernet objects as point that is the basis for many applications.

The nice thing about this model is that it is a generic architecture and many other models already in torchvision can be used for backbone, neck, and head.

mikeseven avatar Mar 31 '22 20:03 mikeseven

@datumbox is there any plan on adding this model?

adamsau avatar Aug 21 '22 10:08 adamsau

@adamsau Thanks for checking.

Our intention is to prioritize the model on the future but not yet. The main issue at the moment is that we don't want to add more Keypoint detection models (I'm aware CenterNet supports normal bboxes too) until we have completed the Transforms v2 API. This is because in order to train the models properly, we need to have better support on the transforms side for Keypoints.

datumbox avatar Aug 22 '22 08:08 datumbox

@datumbox thanks for the update, definitely need some fast model to detect keypoints since the keypoint rcnn is too slow for real world applications. Hope there will be new models coming soon!

adamsau avatar Aug 23 '22 08:08 adamsau

Makes sense. Can certainly ping you once we are ready in case you are willing to contribute it. :)

datumbox avatar Aug 23 '22 09:08 datumbox