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

can I get clarity how to pass arguments with one example ? #2

Open
samTheHacke opened this issue May 27, 2021 · 3 comments
Open

can I get clarity how to pass arguments with one example ? #2

samTheHacke opened this issue May 27, 2021 · 3 comments

Comments

@samTheHacke
Copy link

i am trying to pass like below lines ,but getting errors can anybody help me with one example ?
(base) C:\Users\rafee\Desktop\poisson-image-editing-master>python main.py -s("figs/example1/source1.jpg ") -t("figs/example1/target1.jpg ")
python: can't open file 'main.py': [Errno 2] No such file or directory

@PPPW
Copy link
Owner

PPPW commented May 27, 2021

An example command is:
python main.py -s figs/example1/source1.jpg -t figs/example1/target1.jpg

You error message indicates the "main.py" file is not under the directory though.

@samTheHacke
Copy link
Author

@PPPW sir thank you, how to put main.py into the directory

@PPPW
Copy link
Owner

PPPW commented May 29, 2021

You can open your directory (C:\Users\rafee\Desktop\poisson-image-editing-master) to confirm whether the file is there. If not, you can clone or download this repo again.

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

2 participants