SUDO-AI-3D / zero123plus

Code repository for Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model.
Apache License 2.0
1.56k stars 108 forks source link

How can I change the camera pose and the size of the image? #57

Closed donghaotian123 closed 3 months ago

donghaotian123 commented 5 months ago

Hello, thank you very much for releasing your code. I couldn't find a specific part in the code that defines the camera pose. May I ask how you trained or inferred to get images of the corresponding 6 poses? Did you create such a dataset yourself? If I want to generate images from other angles, do I need to create my own dataset? Additionally, I would like to know how to change the size of the generated images. I look forward to your reply, thank you!

eliphatfs commented 5 months ago

The network is trained to generate a fixed set of non-ambiguous poses. Please refer to the report.

eliphatfs commented 5 months ago

I think you need to retrain the network or at least finetune to generate images from other angles or change the size.