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

About OAN's attempt in horizontal box object detection #7

Open
XiaoyuZxy00 opened this issue May 29, 2023 · 1 comment
Open

About OAN's attempt in horizontal box object detection #7

XiaoyuZxy00 opened this issue May 29, 2023 · 1 comment

Comments

@XiaoyuZxy00
Copy link

Dear Esteemed Author,

I am currently endeavoring to train my own horizontal box dataset using the OAN. However, upon reviewing your source code, I have noticed that the implementation of OAN is primarily based on the rotated box DOTA dataset.

I would like to ask if you have achieved object detection on the horizontal box (such as coco dataset)? Alternatively, I would appreciate any guidance you can offer on how I could modify the relevant configurations to adapt the OAN for use with horizontal box object detection.

I am looking forward to your response and greatly appreciate your help in this matter.

@zhangpeng2001
Copy link
Collaborator

@XiaoyuZxy00
You can reference oan_obb_two_stage.py(OAN/mmdet/models/detectors/obb/oan_obb_two_stage.py) to modify your model for horizontal bounding box.
The component, OAN, is defined in utils(OAN/mmdet/models/utils/oan.py).
This structure of this project is similar with MMDetection of Open-MMLab, you can refer to it (https://github.com/open-mmlab/mmdetection).

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

No branches or pull requests

2 participants