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

如何迁移到TADA #6

Open
zhou431496 opened this issue May 23, 2024 · 4 comments
Open

如何迁移到TADA #6

zhou431496 opened this issue May 23, 2024 · 4 comments

Comments

@zhou431496
Copy link

太出色的工作了,目前基于TADA框架正在做一些工作但是受制于分辨率的问题,一直被老板诟病。2DGS是否可以解决这个问题呢,或者能不能给出一定的例子呢,十分感谢

@TingtingLiao
Copy link
Owner

你好,我没有试过做animatable gs的实验,不是很确定,你可以试着做一下实验,如果有问题可以找我

@zhou431496
Copy link
Author

zhou431496 commented May 28, 2024

当我运行“python main.py --config configs/text_mv.yaml prompt="an ice cream" save_path="an ice cream"
”,发生了错误。显示“GUI object has no attribute mv_iamges”.
运行其他时4090的显存不够

@wjy0501
Copy link

wjy0501 commented Jun 13, 2024

当我运行“python main.py --config configs/text_mv.yaml prompt="an ice cream" save_path="an ice cream" ”,发生了错误。显示“GUI object has no attribute mv_iamges”. 运行其他时4090的显存不够

我也是4090显存不够,这个问题可以通过
guidance/sv3d.py的def sample中,把一次读取的帧数由14改为2,就可以跑起来了
decoding_t: int = 2, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary. (default 14)

想请教下您,“GUI object has no attribute mv_iamges”.的问题解决了嘛?我也遇到这个问题了

@TingtingLiao
Copy link
Owner

你好,可以先用一下之前版本代码https://github.com/TingtingLiao/Dream2DGS/tree/d81b08ff8de045f31f64bc1a4c767457d6a0e343

我会尽快更新这个bug

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

3 participants