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

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

file error #3

Open Nani1-glitch opened 1 year ago

Nani1-glitch commented 1 year ago

usage: script.py [-h] -i IMAGE -y YOLO [-c CONFIDENCE] [-t THRESHOLD] script.py: error: the following arguments are required: -i/--image, -y/--yolo

HELP

HimanchalChandra commented 1 year ago

It is asking for the input image path and Yolo weights path. You must download the weights first (check the note in the readme file).

For example, if I had input image in the images folder and Yolo weights in the yolov3 folder then the run script would be: python script.py --image images --yolo yolov3