pengHTYX / Era3D

GNU Affero General Public License v3.0
496 stars 23 forks source link

Can we use free viewpoint? #33

Open LaFeuilleMorte opened 1 month ago

LaFeuilleMorte commented 1 month ago

Hi, I would like to use this model as my novel view generator. With a single input image, I want the model to predict a target view given a camera pose. Would that be possible? Also, In addition to normal and rgb images, I'd also need depth image output. A naive solution would be applying monocular depth estimator on rgb images but that's not what I wanted. I'd like to output rgb, normal, depth simultaneously. Thanks in advance for your kindly reply!

pengHTYX commented 1 month ago

Sorry for the late reply. I'm afraid that era3D does not currently support free view generation. As for depth generation, we are also working on it.