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

Gaussiannexport option #40

Closed
Jhoew opened this issue Dec 9, 2024 · 3 comments
Closed

Gaussiannexport option #40

Jhoew opened this issue Dec 9, 2024 · 3 comments

Comments

@Jhoew
Copy link

Jhoew commented Dec 9, 2024

Do you have recommendations for modifying the web UI to include an 'Export Gaussian' option? I have some transparent objects that look perfect in the MP4 video. It would be great to have the Gaussian option available to experiment with it.

@wes-kay
Copy link

wes-kay commented Dec 9, 2024

You can easily add the gaussianne to the color in the gradio, or I fully recommend using CLI and modifying the sample in the readme, as I'm finding it's faster to generate as well as gives you more options and ability to batch.

@0lento
Copy link

0lento commented Dec 15, 2024

I've done modification for this on my end. I plan on pushing the changes to my fork eventually but I can't tell how long that will take, there's a lot of things in motion here. Simplest way to get the gaussian out is to just do this after you have generated the gaussian with pipeline.run:

gaussian = outputs['gaussian'][0]
gaussian.save_ply("myfilepath.ply")

but do note that this outputs the gaussian that needs to be rotated later. I have rotation code too but I need to see if it can be made simpler.

@YuDeng
Copy link
Contributor

YuDeng commented Dec 26, 2024

We support Gaussian export now. See https://github.com/microsoft/TRELLIS?tab=readme-ov-file#-updates.

@YuDeng YuDeng closed this as completed Dec 26, 2024
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

4 participants