Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I create additional images from another angles ? #36

Open
altava-sgp opened this issue Jul 24, 2024 · 9 comments
Open

Can I create additional images from another angles ? #36

altava-sgp opened this issue Jul 24, 2024 · 9 comments

Comments

@altava-sgp
Copy link

As you know Era3D creates 12 images like below.
image

I can see the source code too.

VIEWS = ['front', 'front_right', 'right', 'back', 'left', 'front_left']

I wonder that if I can create additional images from another angles like this.
image

These are from another angles.
If fact I am studying this. https://github.com/Profactor/continuous-remeshing
You mentioned this here. #8 (comment)

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 ?

@pengHTYX
Copy link
Owner

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.

@altava-sgp
Copy link
Author

@pengHTYX Thanks for your answer.
But they don't provide code yet. 😢

@altava-sgp
Copy link
Author

Besides it didn't guess well about backside as I see.
Era3D is much better. 👍

@pengHTYX
Copy link
Owner

@pengHTYX Thanks for your answer. But they don't provide code yet. 😢

That's exactly the issue. lol

@xiyichen
Copy link

xiyichen commented Aug 3, 2024

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?

@pengHTYX
Copy link
Owner

pengHTYX commented Aug 4, 2024

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.

@xiyichen
Copy link

xiyichen commented Aug 4, 2024

Do I have to retrain the method for 8-view generation or can I just use the pretrained 6-view model for that?

@pengHTYX
Copy link
Owner

pengHTYX commented Aug 4, 2024

You should train it.

@xiyichen
Copy link

xiyichen commented Aug 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants