Skip to content

RaminAbbaszadi/YoloWrapper-WPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoloWrapper-WPF

WPF (C#) Yolo Darknet Wrapper, This package deliver all dependencies for cpu detection. Special thanks for Alexey that make cross-platform Windows and Linux version of YOLO.

Example result

Wrapper GUI with detection result

System requirment

Build requirements

  • Visual Studio 2017

How to use

Just download yolov3.weights file from below address and copy into DeepLearning\Assets\Weights path, and compile both projects in Visual Studio 2017.

Pre-Trained Dataset

Model Cfg Weights Names
YOLOv3-416 yolov3.cfg yolov3.weights coco.names
YOLOv3-tiny yolov3-tiny.cfg yolov3.weights coco.names
YOLOv2 608x608 yolov2.cfg yolov2.weights coco.names
Tiny YOLO yolov2-tiny.cfg yolov2-tiny.weights voc.names
yolo9000 darknet9000.cfg yolo9000.weights 9k.names