poisson-image-editing icon indicating copy to clipboard operation
poisson-image-editing copied to clipboard

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

Open samTheHacke opened this issue 4 years ago • 3 comments

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

samTheHacke avatar May 27 '21 19:05 samTheHacke

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.

PPPW avatar May 27 '21 21:05 PPPW

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

samTheHacke avatar May 27 '21 21:05 samTheHacke

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.

PPPW avatar May 29 '21 14:05 PPPW