file error
Nani1-glitch opened this issue · 1 comments
Nani1-glitch commented
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
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