yolo2_light icon indicating copy to clipboard operation
yolo2_light copied to clipboard

pthreadVC2.dll not found in Windows

Open USMANHEART opened this issue 5 years ago • 5 comments

I have sucessfuly made a build using Visual studio in my Windows 10. You project Darknet is succesfully working. But this project is giving dll file pthreadVC2.dll not found error. Do you have any solution? pthreadvc2

USMANHEART avatar Jan 20 '19 21:01 USMANHEART

same error

chiaqf avatar Mar 20 '19 06:03 chiaqf

@USMANHEART @chiaqf Hi,

I added pthreadVC2.dll to the /bin/ directory.

Update your code from GitHub.

AlexeyAB avatar Mar 20 '19 11:03 AlexeyAB

@AlexeyAB I found the pthreadVC2.dll in the /3rdparty/pthreads directory on my local darknet repository which also shows the same error as the asker... should I re-pull and do the same process all over again (clone, CMAKE, VS build)?

dreistheman avatar May 05 '19 18:05 dreistheman

@dreistheman There is no CmakeList.txt in this repostiory. Just download the latest yolo2_light and build yolo_gpu.sln then run /bin/yolo_gpu.exe

AlexeyAB avatar May 05 '19 20:05 AlexeyAB

@AlexeyAB Oh sorry! I thought this was in your Darknet repository. I am having this problem but in Darknet. Can you give a suggestion how to solve it?

dreistheman avatar May 06 '19 02:05 dreistheman