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

add viewpoints #8

Open
icedCoffe001 opened this issue Mar 26, 2024 · 1 comment
Open

add viewpoints #8

icedCoffe001 opened this issue Mar 26, 2024 · 1 comment

Comments

@icedCoffe001
Copy link

Hello, nice work and i am following it.
In my experiments, i found that as the viewpoints increases, the gpu memory will also increases,and if there is too much viewpoints, the results in some perspectives will be strange. I guess its because the sd base model is trained on 256256 images, but in syncmvd pipline, there is a concat operation. For example, 8 viewpoints will lead to generate 8256*256 pixel in one time step.So, as the viewpoints increases too much, the noise predict maybe failed.
I don't know if my understanding is correct, any help will be appreciate. Thanks!

@LIU-Yuxin
Copy link
Owner

Processing all views in one batch will face the memory issue as you describe. It should be able to group the views into smaller batches, since there isn't a fully-connected pairwise attention in this method.

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