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

How to create higher resolution(1024) result #40

Open
hayoung-jeremy opened this issue Mar 19, 2024 · 2 comments
Open

How to create higher resolution(1024) result #40

hayoung-jeremy opened this issue Mar 19, 2024 · 2 comments

Comments

@hayoung-jeremy
Copy link

I've successfully installed and run the code, and it's amazing!
Thank you guys for the great work :)

btw, I've seen on the paper says :

Notably, we maintain the fast speed to generate 3D objects within 5 seconds while boosting the training resolution to 512, thereby achieving high-resolution 3D content generation.

Is there an way to produce higher resolution such as 1024?

I've tried to set the option as follows, but it produced cracked result :

python infer.py big --input_size 1024 --output_size 1024 --splat_size 512 --resume pretrained/model.safetensors --workspace result --test_path /home/ubuntu/altava-2/input-images/test.png
python convert.py big --test_path result/test.ply --input_size 1024 --output_size 1024 --splat_size 512 --force_cuda_rast

the result glb :

image

original glb :

image

@ashawkey
Copy link
Collaborator

@hayoung-jeremy Hi, since the model is trained on 512x512, it may fail to infer with a different resolution. You'll need to train a new model using 1024x1024 output resolution, but this may lead to too many 3D Gaussians and consume lots of GPU memory.

@hayoung-jeremy
Copy link
Author

Thank you for your kind response!
If I'm looking for higher resolution outputs, similar to 1024, what technology would you recommend using?
Also, if it's okay to use a lot of 3D Gaussian and GPU memory, would it be alright to proceed with training?
Could you also inform me about the estimated time required for generation?

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