AiuniAI / Unique3D

Official implementation of Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image
https://wukailu.github.io/Unique3D/
MIT License
1.96k stars 131 forks source link

About input image simple process #36

Open Yzhbuaa opened 1 week ago

Yzhbuaa commented 1 week ago

Hello,

Thank you for the excellent work. I have a question regarding the preprocessing step. Could you please explain why the input image needs to be cropped before being fed into the pipeline? Is this related to how the model was trained?

I experimented with using the original, uncropped image, but the generated results were not as good. Specifically, when feeding the original image into the pipeline, the side views often have a 'long tail' behind the object. image

Thank you for your assistance.