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

Implementing Oriented Bounding Box feature #507

Open
1 of 2 tasks
acse-dc1823 opened this issue Jun 16, 2024 · 1 comment
Open
1 of 2 tasks

Implementing Oriented Bounding Box feature #507

acse-dc1823 opened this issue Jun 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@acse-dc1823
Copy link

Search before asking

  • I have searched the Pytorch-Wildlife issues and found no similar bug report.

Description

I would like to suggest an Oriented Bounding Box feature for the detector. Currently, all bounding boxes have parallel and perpendicular lines relative to the sides of the image. For an animal that is walking down, it would make the bounding box smaller and in the same orientation if this is implemented. https://docs.ultralytics.com/datasets/obb/

Use case

The best use case for this would be in animal re-identification Deep Learning models. They are very susceptible to pose changes, so having the animal in question always horizontal would be a good addition.

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@acse-dc1823 acse-dc1823 added the enhancement New feature or request label Jun 16, 2024
@zhmiao
Copy link
Collaborator

zhmiao commented Jul 3, 2024

Hello @acse-dc1823, thanks for asking! This is a feature that will require specific annotations. If the data has this type of annotations, we can have visualization functions for such bounding boxes. However, the majority of the training data for MegaDetector are regular bboxes, therefore, it might be a little difficult to directly incorporate such feature to the current detection model. Maybe in the future, we will fine-tune a model with datasets of such type of bounding boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants