-
Notifications
You must be signed in to change notification settings - Fork 34
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
Help Harmonizing my own image ? #2
Comments
Hi, thanks for your attention.
|
Thank you for the friendly reply, I appreciate it and your amazing work! Is there a branch or version I can use BOTH? Alternative, what do you recommend for most accurate / high quality results for Matt producing for both images and videos? I really like the online demo which is easy to use and done all automatically, I wonder if there is a way to install something like that on Windows 10 and Anaconda locally? (none online) Thanks ahead once again! |
Q1: Is there a branch or version I can use BOTH? so it will also automatically generate the alpha like in the online demo? Q2: Alternative, what do you recommend for most accurate / high quality results for Matt producing for both images and videos?
Q3: I wonder if there is a way to install something like that on Windows 10 and Anaconda locally? |
Thank you so much for your detailed reply, I appreciate it!
It will be very interesting to test and compare locally rather than online, I would also love to help with some reports and different results as a simple user (since I'm not a programmer) it may help and give you some indication and ideas how to improve if needed of course.
Thank you for your suggestions, I've tried All, That's why I'm really interested in the online DEMO on your website that uses your own trained model which is more accurate, I also compared it to other project and in most cases YOUR was more accurate, I can share the other online demo it if you like, they're probably use another technique or maybe same as yours but different model.
I found it very interesting to do comparisons of how accurate same source images are, but with the current pre-trained model I can't really get good results, only with your online demo. I really hope that you can either release the same one you used, or if even for sake of research sent me in private so I can experiment and share some reports and comparisons. Thank you once again for your hard work, please keep up the good work! |
@AlonDan |
@ZHKKKe I understand and respect that, Licensing could be complex for sure. I may misunderstood, but related to MODNet (maybe even for Harmonize) I believe that if you or anyone who's expert in TRAINING in general could answer most of the confusion questions which I took the time to post for the sake of "TRAINING Newbies" newcomers to appear in the future. I'm very curious learning about it from experimenting, because using pre-trained models is one thing, making your own dedicated models is a different story. |
The other post you release is a huge topic. I will try to check and comment it soon. |
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
maskimage.
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 :)
The text was updated successfully, but these errors were encountered: