AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

improve cmake (portable on all OSes), add appveyor and travis CI #148

Open cenit opened 5 years ago

cenit commented 5 years ago

Plus other minor fixes

AlexeyAB commented 5 years ago

@cenit Thanks! Yes, it seems it's better to make uniform short paths for both Win/Linux. Travis and appveyor are good things too. I will try to test it when I will have a time.

cenit commented 5 years ago

sure, no hurry. I just wanted to share what I had to do on this project to adapt to my workflow. If there's anything interesting for you, please feel free to pick it :)

AlexeyAB commented 5 years ago

Thank you so much for all your work!