Skip to content

VladimirAkopyan/WinMl-TinyYOLO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

WinMl-TinyYOLO

Windows Machine Learning implementation using TinyYOLO (You-Only-Look-Once). For details on YOLO, check out the inventor's site - https://pjreddie.com/darknet/yolo/

Acknowledgements

This sample project was based on the Windows Machine Learning examples. A special thanks to the MachineThink blog for providing a CoreML model along with example code.

Setup

Before running this on your local system, you will need Windows SDK - Build 17110+ and Visual Studio 15.7 Preview 1 (see https://docs.microsoft.com/en-us/windows/uwp/machine-learning/get-started for more information). If running on desktop Windows, you'll need to set your configuration to x64.

Model

The TinyYOLO.onnx model embedded with this project was created from the model located here. This model represents YOLOv2, which was built off the classes in the Pascal VOC project. See this page for more information on how to convert models to ONNX.