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

How to export ExDark in Yolov3 format for training? #19

Open
zhengpengen opened this issue Jul 30, 2021 · 0 comments
Open

How to export ExDark in Yolov3 format for training? #19

zhengpengen opened this issue Jul 30, 2021 · 0 comments

Comments

@zhengpengen
Copy link

I noticed that the bounding boxes were all in pixel values, so I was wondering if there's any way to export/change the ground truth boxes from that to the yolov3 notation other than going into every txt file and manually changing it?

##Yolov3 notation
object class
x value of center of ground truth/image width
y value of center of ground truth/image height
height of ground truth/image width
width of ground truth/image width

Example:
1 0.716797 0.395833 0.216406 0.147222

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

1 participant