deepseek-ai / DreamCraft3D

[ICLR 2024] Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
https://mrtornado24.github.io/DreamCraft3D/
MIT License
1.96k stars 86 forks source link

Multiple images as input #63

Open atkatchev opened 3 months ago

atkatchev commented 3 months ago

Is it possible to provide multiple images to DreamCraft3D instead of a single image? In other words if I was looking to make a 3D tank and have a picture of the front_view_of_tank.png, rear_videw_of_tank.png, left_side_view_of_tank.png, right_side_view_of_tan.png. Is it possible to provide as input all of those images and have DreamCraft3D stitch it together since in some cases the opposite side of the image provided does not turn out well. Note I am using the threestudio version.