Description
Hi There,
I installed everything on Windows 10 + Anaconda,
I've followed the DEMO instructions and it seems like it works perfectly fine with the 3 images.
So far so good. 🙂
Unfortunately, I got lost on the part where it mentions if I want to try my own images:
If you want to test your own samples, please refer to the folder
./demo/image_harmonization/exampleto prepare the
compositeimage and the corresponding foreground
mask image.
By refer, I guess it means to put it on that directory, so I did...
or is there another command or file I need to run in order to prepare the composite and mask, as you can see I got lost.
I would like to try my own image but I don't understand what I need to do next?
I tried to put my image.jpg
in the demo path:
Harmonizer\demo\image_harmonization\example\
But when running the demo:
python -m demo.image_harmonization.run --example-path ./demo/image_harmonization/example
It ignores my image and just create the 3 provided example images.
🤔 Can someone please explain how to make it work with my own images?
I'm not a programmer so please be kind and explain it step-by-step if possible, Thanks ahead for any help!
UPDATE:
When I tried the Enhanced demo, it works also with my image when I insert it on the original folder.
So, I guess Harmonizer won't produce the Mask for me like it is on the website demo?
I need to somehow make with another software? not sure if I understand, I'm still exploring the whole thing, I want it to work like the online demo where I just upload an image and it does the job automatically, I'm missing something but not sure what.
I hope that somebody can explain it so I can follow :)