在Windows部署,Traceback (most recent call last):
File "flask_app.py", line 6, in
from darknet_flask import initPredictor, performPredict, detections2json
File "D:\darknet-flask\build\darknet\x64\darknet_flask.py", line 124, in
lib = CDLL(winGPUdll, RTLD_GLOBAL)
File "D:\Anaconda3\envs\flaskyolov4\lib\ctypes\__init__.py", line 373, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'D:\darknet-flask\build\darknet\x64\yolo_cpp_dll.dll' (or one of its dependencies). Try using the full path with constructor syntax.但是改文件夹下了有这个动态链接库
麻烦老师看一下有急