can I get clarity how to pass arguments with one example ?
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
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 sir thank you, how to put main.py into the directory
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.