Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rotated bounding boxes and anchors for models #10893

Open
Petros626 opened this issue Jan 16, 2023 · 3 comments
Open

Add rotated bounding boxes and anchors for models #10893

Petros626 opened this issue Jan 16, 2023 · 3 comments
Assignees
Labels
models:official models that come under official repository stat:awaiting model gardener Waiting on input from TensorFlow model gardener type:feature

Comments

@Petros626
Copy link

Petros626 commented Jan 16, 2023

Hello dear TensorFlow-team,

I wanted to ask if there are any plans to add a long awaited feature to the Object Detection API in the near future. It is about rotated bounding boxes for training and execution of models.

Nvidia has already taken the step here and the code for implementing this feature is certainly very helpful. (https://github.com/NVIDIA/retinanet-examples/blob/main/odtk/box.py)

On behalf of the community, we would all certainly be very happy to receive this feature.

Greetings,

Petros

@laxmareddyp laxmareddyp assigned laxmareddyp and unassigned sineeli Jan 17, 2023
@laxmareddyp laxmareddyp added models:official models that come under official repository type:feature and removed type:support labels Jan 17, 2023
@laxmareddyp
Copy link
Collaborator

@fyangf,

Could you please look into this issue in your free time.

Thanks.

@fyangf
Copy link
Contributor

fyangf commented Feb 10, 2023

Object Detection API is now maintained by the community so you are welcome to contribute to this feature.
If you are talking about the models under official, then we do not have a plan to support rotated box in the short term. However, if you really care about rotated box, you may take a look at centernet: https://github.com/tensorflow/models/tree/master/official/projects/centernet, which is anchor free and can naturally handle rotated boxes (some code change may be needed).

@Petros626
Copy link
Author

Object Detection API is now maintained by the community so you are welcome to contribute to this feature. If you are talking about the models under official, then we do not have a plan to support rotated box in the short term. However, if you really care about rotated box, you may take a look at centernet: https://github.com/tensorflow/models/tree/master/official/projects/centernet, which is anchor free and can naturally handle rotated boxes (some code change may be needed).

Hey, thanks for the reply.

In principle, I think it would make sense for Tensorflow to equip all models with this feature, but this requires renewed training (Coco dataset) of all models with the rotated boxes, which could be made available to the community. I lack the hardware and time to train for all common models from scratch.

So this feature will probably not appear, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models:official models that come under official repository stat:awaiting model gardener Waiting on input from TensorFlow model gardener type:feature
Projects
None yet
Development

No branches or pull requests

4 participants