chuanenlin / drone-net

https://towardsdatascience.com/tutorial-build-an-object-detection-system-using-yolo-9a930513643a
154 stars 66 forks source link

Added new label format for compatibility with other Yolo flavors #8

Closed leoll2 closed 5 years ago

leoll2 commented 5 years ago

I have converted the labels from the original Yolo format to the one adopted by other forks (e.g. AlexeyAB's one), and added the corresponding folder alongside the original label folder. I've also added a note to the readme to warn user about their different formats, and included the script I used to convert them. This contribution is motivated by the number of related issues raised by users over time.

chuanenlin commented 5 years ago

Thank you for your contribution. 🙌