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 rotation support in detector train mode #6811

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

robosina
Copy link

@robosina robosina commented Oct 10, 2020

I have added rotation support in detection mode, if anyone wants to have rotation then you can add angle_detector in cfg file, for example I want to have rotation between [-20,20] then I will add the argument like the below :

 [net]
 batch=64
 subdivisions=8
 .
 .
 angle_detector = 20

Then images will be rotated randomly between [-20,20]

Note that this will be works if you compiled with opencv.

@robosina robosina changed the title Add rotation support in detection mode Add rotation support in detector train mode Oct 11, 2020
@lcy0604
Copy link

lcy0604 commented Nov 11, 2020

Hello, thanks for your work! I am also interested in the support for rotated bounding boxes. Can your code support all angle (-180~180) prediction?

@syjeon121
Copy link

@robosina hello, thanks for your works
applying your code and testing, result is not good. unlike previous training, mAP dose not rise.
are you working well?

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

Successfully merging this pull request may close these issues.

None yet

4 participants