You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
demo:~/startprojects/Aadhar-Data-Extraction$ /bin/python3 /home/ganesh/startprojects/Aadhar-Data-Extraction/main.py
/usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (2.0.3) or chardet (3.0.4) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Neither CUDA nor MPS are available - defaulting to CPU. Note: This module is much faster with a GPU.
Traceback (most recent call last):
File "/home/ganesh/startprojects/Aadhar-Data-Extraction/main.py", line 10, in
net = cv2.dnn.readNetFromDarknet("yolov3.cfg", "yolov3last2.weights")
cv2.error: OpenCV(4.5.3) /tmp/pip-req-build-afu9cjzs/opencv/modules/dnn/src/darknet/darknet_io.cpp:931: error: (-213:The function/feature is not implemented) Transpose the weights (except for convolutional) is not implemented in function 'ReadDarknetFromWeightsStream'
The yolov3last2 file is stored via git lfs and unable to access. Please share the method of downloading the file.
The text was updated successfully, but these errors were encountered: