Upgrade to the version 2 for Darknet.YOLOv3
[Features]
- Fixed
Detect(byte[] imageData)
method ofyolo_cpp_dll.dll
, the performance is close to theDetect(string filename)
- Remove third-party of
Alturos.Yolo.3.0.6-alpha.dll
dependencies - Use the latest training dataset (2024-4-10)
[Usage]
- Unzip the zip files to their folders
./opencv_world420d.zip
./model/yolo-v3/yolov3.weights.zip
./model/new-coolooai/yolov3_custom_best.weights.zip
- F5 to run the code
[PS]
- If you get the "yolo_cpp.dll.dll not found" error, you need to recompile the
yolo_v3.dll
with VS2019, not the VS2022. - Watch this: Install & test YoloV3 on Windows 10