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.
- .NET Framework 4.6.1
- Microsoft Visual C++ 2017 Redistributable x64
- Visual Studio 2017
Just download yolov3.weights file from below address and copy into DeepLearning\Assets\Weights path, and compile both projects in Visual Studio 2017.
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 |