Skip to content
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

landmarks condition is stronger than flow condition #39

Open
YunjieYu opened this issue Jul 11, 2024 · 2 comments
Open

landmarks condition is stronger than flow condition #39

YunjieYu opened this issue Jul 11, 2024 · 2 comments

Comments

@YunjieYu
Copy link

Hi,
I find that your FlowControlNet injects landmarks except flow. Through my experiments, I find that landmarks condition is actually stronger than flow condition. Below is my result:

output_flow.mp4

This is the result only using flow condition.

output_ldmk.mp4

This is the result only using landmark condition.

output_flow_ldmk.mp4

This is the result using landmark and flow condition simultaneously.

Can you explain this result? How can we get good results using only flow?

@MyNiuuu
Copy link
Owner

MyNiuuu commented Jul 11, 2024

Hi! Thanks for your interest!

To make the model work with only motion flow inputs, you'll need to retrain it. The current model relies on both motion flow and landmarks, so it won't function correctly if either input is missing.

We have trained two versions of our landmark-based model: one that uses landmarks as conditional inputs and one that doesn't. We found that using only motion flow can already achieve control, but incorporating landmarks further stabilizes and enhances controllability, and this does not violate with the hybrid control mechanism of our entire model.

Also, we will release the training codes soon after we finished submitting the camera-ready of ECCV.

@MyNiuuu
Copy link
Owner

MyNiuuu commented Jul 14, 2024

We have uploaded the training code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants