Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where to run this code on which compiler? #4

Open
Harry1855 opened this issue Dec 28, 2022 · 4 comments
Open

where to run this code on which compiler? #4

Harry1855 opened this issue Dec 28, 2022 · 4 comments

Comments

@Harry1855
Copy link

facing this issue

[Running] python -u "e:\Chrome Downloads\opencv-load-image\load_image_opencv.py"
usage: load_image_opencv.py [-h] -i IMAGE
load_image_opencv.py: error: the following arguments are required: -i/--image

@nivb52
Copy link

nivb52 commented Feb 7, 2023

It's pretty simple
You need an image, with argument of -i or --image
But this is not the last issue you will face -
Barcode-Detection-and-Decoding
Try this ^
I would merge it but the author not response for awhile now

@ShoaibAsghar
Copy link

I hope @nivb52 you are fine. Please can you tell me how to run code from you merged branch. I will be thankful to you.

@ShoaibAsghar
Copy link

@nivb52 can you provide me you contact information(email etc.)?

@nivb52
Copy link

nivb52 commented Apr 12, 2023

@ShoaibAsghar
Run the python main file (if you don't know how - google it, you may need to install python)
Then use one of the following arguments :
"-i", "--image", required=False, help="path to the image file"
"-d", "--dir", required=False, help="path to the images folder"
-pre", "--preprocess", required=False, help="pre process images"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants