-
Notifications
You must be signed in to change notification settings - Fork 14
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
Learn from each other #2
Comments
Hi Amir, Thanks for reaching out, Your project looks great! I just skimmed it, but I'll try to test it when I'll have some time. Poppy looks much more advanced than my projects. I recommend checking out https://github.com/jankovicsandras/autoimagemorphjs , it's less than 200 lines of (very dense) JavaScript, without any advanced math. These are some of the different ideas in autoimagemorphjs vs. autoimagemorph (Python):
Some random ideas:
Keep up the good work! |
This has taken me way longer than I thought it would :). Anyway, I am working on a walk-through on how poppy works.
It doesn't do it at all, anymore. I found faster alternatives to achieve what i needed.
This part has become kind of lengthy to explain, but at the core of it is a neat trick i found to remove the background quite well on still images. no intra-frame required. The idea is to incrementally apply more blurred versions of your image to a MOG2 background subtractor. That way you end up with a mask that pretty much nails areas of interest.
Very nice idea! I'd very much like to get rid of solving the homography.
I use them for contour aware blending using masks on a laplacian pyramid.
It did!
Thx! |
Btw. a video of all the Poppy demos (https://vimeo.com/679551761) and a video you might particularly like (https://vimeo.com/687432685) :) |
|
Thanks for the updates, I see you're making good progress with Poppy! :) I like the van Gogh Vimeo video, but this gif looks even better. My observation is that there are often several "effects" happen during morphing (in Poppy, autoimagemorphjs, and in others): alpha blending, movement/stretching, blur, etc. |
Hi! I created a project very similar to yours. How about we find a channel to talk about our projects and approaches? Anyway i rendered a comparison of our algorithms. I used following command-line to generate the animation.
poppy -p20 -c5 -f60 images/*
On the left the animation from your readme and on the right a rendering done with Poppy. Poppy is still a very young project.
The text was updated successfully, but these errors were encountered: