AlturosDestinations / Alturos.Yolo

C# Yolo Darknet Wrapper (real-time object detection)
MIT License
425 stars 131 forks source link

How to use your own dataset #129

Open RPapin opened 4 years ago

RPapin commented 4 years ago

Hi, Is there a way to add my own dataset of images ? I want to use Yolo for cards recognition in a poker tracker.

Thanks !

TadaWasRaped commented 4 years ago

Just train one, if you're on linux: https://github.com/pjreddie/darknet if you're on windows: https://github.com/AlexeyAB/darknet

matthiaswerner2 commented 3 years ago

Is it possible to train one with this tool? or is it possible to extend this tool for a training?