like your work
Hey mate I just stepped into the world of mashine learning and I'm pretty hyped by it. Send me an msg if you like to chat or if you need some help creating these datasets :) [email protected]
Glad to hear it. But I've currently stopped developing this project. But you can continue. Here are all the dataset I've created: https://drive.google.com/file/d/1MEYhHxJc46gEap0y558SmhygIzCfdXJa feel free to expand it.
Hello!
I'm trying to expand my knowledge of computer vision through this project and I don't really understand the dataset. Could you please tell me what the data in the .txt file means?
1.txt
0 0.496615 0.612037 0.054688 0.179630
1 0.493229 0.542130 0.019792 0.030556
It's the region where the player is. In yolov3 the format is: [class] [x_center] [y_center] [width] [height] Box coordinates must be in normalized xywh format (from 0 - 1). If your boxes are in pixels, divide x_center and width by image width, and y_center and height by image height.