vardanagarwal / Proctoring-AI

Creating a software for automatic monitoring in online proctoring
MIT License
540 stars 329 forks source link

i am stuck with a problem in your code please check and help me #30

Closed Praveen-Nerhethil closed 3 years ago

Praveen-Nerhethil commented 3 years ago

load_darknet_weights(yolo, 'yolov3.weights') File "C:\Users\IOT\Downloads\Proctoring-AI-old_master\Proctoring-AI-old_master\yolo_helper.py", line 35, in load_darknet_weights wf = open(weights_file, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'yolov3.weights'

vardanagarwal commented 3 years ago

Please download the yolov3 weights file.

You could comment out line 323 weights_download() to download using wget in person_and_person.py in the current master branch or you could download from online and place it in the working directory.