Open altava-sgp opened 3 months ago
Hi, Era3D does not currently support generating multiple views at different elevations as shown. I kindly suggest referring to this work for a possible solution.
@pengHTYX Thanks for your answer. But they don't provide code yet. 😢
Besides it didn't guess well about backside as I see. Era3D is much better. 👍
@pengHTYX Thanks for your answer. But they don't provide code yet. 😢
That's exactly the issue. lol
I guess you could use NeuS to do novel view synthesis. Btw, is the maximum number of views that the model could generate limited to 8?
I guess you could use NeuS to do novel view synthesis. Btw, is the maximum number of views that the model could generate limited to 8?
We have not tested the upper limit, but it works for 8-view generation.
Do I have to retrain the method for 8-view generation or can I just use the pretrained 6-view model for that?
You should train it.
Thanks. I have one more question, is it possible to generate views directly with perspective projection? I'm trying to train 3DGS on Era3D results but its rasterizer doesn't seem directly compatible with orthographic projection.
As you know Era3D creates 12 images like below.
I can see the source code too.
I wonder that if I can create additional images from another angles like this.
These are from another angles. If fact I am studying this. https://github.com/Profactor/continuous-remeshing You mentioned this here. https://github.com/pengHTYX/Era3D/issues/8#issuecomment-2144521905
If I can create those images I can upgrade mesh quality as far as I think. What do you think about this ? Can I get any help for this ?