stereolabs / zed-yolo

3D Object detection using Yolo and the ZED in Python and C++
https://www.stereolabs.com/
MIT License
159 stars 68 forks source link

darknet issue #44

Closed vbcomp closed 2 years ago

vbcomp commented 3 years ago

Every time I try to execute darknet.exe I keep getting an error saying the code execution cannot proceed because hdf5.dll was not found. Can someone please help me understand what this means and how to fix it.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days

e101sg commented 2 years ago

I am getting same error on Windows 10. It was working correctly...not sure what happen. Now when ever run darknet.exe detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights getting the hdf5.dll error. Please advise.