Conversation
@microsoft-github-policy-service agree |
|
Hello, thank you for your code. During testing, I found that the generated 3D model results appear fatter or thinner than expected—in other words, there are deformation deviations relative to the input image. What could be causing this? |
It might be because we are averaging the output from multiple views (multidiffusion). I am currently working on a fusion method that prioritize results of an image that model is more confident in instead of averaging all the result which might lead to inaccurate result. |
Multi-image conditioning to TRELLIS.2 for improved 3D reconstruction from multiple views.
Features
stochastic: Cycles through images (memory efficient)multidiffusion: Averages all images (higher quality)example_multi_image.pyfollowingexample.pystyleChanges
app.py: Multi-image UI and processing logictrellis2/pipelines/trellis2_image_to_3d.py: Addedinject_sampler_multi_image()methodexample_multi_image.py: Standalone example for multi-image generationUsage
Gradio App:
Toggle "Enable Multi-Image Mode" and upload multiple views
Python Script: