Stop-Sign-Detection icon indicating copy to clipboard operation
Stop-Sign-Detection copied to clipboard

Error in program

Open zoebarnes opened this issue 7 years ago • 2 comments

usage: detectStopSigns.py [-h] -i IMAGE -p PROTOTYPE detectStopSigns.py: error: argument -i/--image is required

how to fix this error

zoebarnes avatar Mar 03 '18 19:03 zoebarnes

Specify the -i or --image argument with a path to the image file. Like this:

python detectStopSigns.py -p stopPrototype.png -i stop_sign_pic.jpg

mbasilyan avatar Mar 04 '18 04:03 mbasilyan

Sir i downloaded this whole folder in my 'C' drive . Can you please set path for me like what to put in '-i' and '--image' and also in '-p' and '--prototype'.

On Sun, 4 Mar 2018 9:06 am MB, [email protected] wrote:

Specify the -i or --image argument with a path to the image file. Like this:

python detectStopSigns.py -p stopPrototype.png -i stop_sign_pic.jpg

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mbasilyan/Stop-Sign-Detection/issues/1#issuecomment-370200429, or mute the thread https://github.com/notifications/unsubscribe-auth/AjT4OBbgxftIyT3BtXCcIB9AF2M-FGP8ks5ta2hEgaJpZM4SbCls .

zoebarnes avatar Mar 04 '18 08:03 zoebarnes