/Darknet.YoloV3

C# Darknet YoloV3 GPU Object-Detection

Primary LanguageC#

Code in (4 steps) YOLOv3 in C#, Custom dataset, 30+ fps, faster & stable than python | 2020 AI Tech

https://www.youtube.com/watch?v=zQW1BMKHWoE&ab_channel=CoolooAI

1, Download all the files

2, Unzip the files by WinRAR via "Extract Here",

1. /Darknet.YoloV3/cudnn64_7.zip
2. /voc_custom/backup/yolov3_custom_63000.zip

3. Change the path in GlobalSatics.cs

4. Start and enjoy it

PS:

1. I changed the `Alturos.Yolo.dll` and `yolo_cpp_dll_gpu.dll` to fix the issus, 
    so DO **NOT** use the default DLLs by nuget(You can use the nuget install the Alturos.YOLO package,
    and replace the dlls with mine).

2. The `packages` files is modified by me.

3. The `example` images are for testing.

4. The `voc_custom` files are my custom training model.