AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.56k stars 7.94k forks source link

Problem with assembly in windows 10 #8907

Open Chikibabah opened 1 month ago

Chikibabah commented 1 month ago

Problem with assembly yolo_cpp_dll.vcxproj

For components: rtx 2060 super ryzen 5 4600g

By libraries: cuda_11.4.0_471.11_win10 cudnn-11.3-windows-x64-v8.2.1.32 opencv-4.9.0 opencv_contrib-4.9.0 cmake-3.29.3 visual studio are present in both 2022 and 2019

error log if I collect via ps1 https://pastebin.com/Hi3Tj1WN

screenshots of errors if I use visual studio https://ibb.co/album/Bnhy3m

Can anyone help? =)

stephanecharette commented 1 month ago

I haven't looked at your issues, but the first step would probably use the new Darknet/YOLO repo: https://github.com/hank-ai/darknet#table-of-contents

This repo you are posting to is no longer maintained.