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

About training colored models (how to preparing colored .ply files) #25

Open
green-slime opened this issue May 12, 2023 · 0 comments
Open

Comments

@green-slime
Copy link

Hi, thanks for your great work in SCANimate!
I'm trying to train colored model following the guidance of issue #12, but I encountered a code error with my own .ply files. The traceback said that:
"RuntimeError: einsum() operands do not broadcast with remapped shapes [original->remapped]: [1, 23779, 3]->[1, 1, 3, 23779] [24, 6890]->[1, 24, 1, 6890]"
image
in which "23779" and "6890" has nothing to do with my own mesh. I'm sure that I've redirected the config file, so I guess my colored mesh has something wrong. I generated it with Meshlab from .obj files, and export as colored-vertex .ply files; its vertex lines looks like this:
image
could you please told me that whether I prepared my .ply files correct? And how to export the correct .ply files using Meshlab? Thanks again!

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

1 participant