HimanchalChandra / Object-Detection-with-Voice-Feedback-YOLO-v3-and-gTTS

Convert the predicted annotated text into voice responses
24 stars 14 forks source link

DarkNet #4

Open imarb51 opened 1 year ago

imarb51 commented 1 year ago

net = cv2.dnn.readNetFromDarknet("yolov3.cfg", "yolov3(2).weights") cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\darknet\darknet_importer.cpp:217: error: (-212:Parsing error) Failed to parse NetParameter file: yolov3(2).weights in function 'cv::dnn::dnn4_v20221220::readNetFromDarknet' Help somebody

HimanchalChandra commented 1 year ago

Hi, please check if yolov3.cfg and yolov3(2).weights exist in your current path or else you can follow the mentioned methodology to run the code.