-
Notifications
You must be signed in to change notification settings - Fork 134
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
Error with self-upload model #11
Comments
Getting the same error when exporting a model from Blender as an obj - wondering if there is an issue with the export settings? It seems that some information is not getting exported which is why the tensor size is lower (3 rather than 4). Did you ever manage to fix this? |
Exporting the same mesh as a |
@mbrewster-art Blender exports quad mesh as standard, so you need to change it to triangle mesh. The first image is quad mesh, the seconds mesh is tri mesh. You can change it in the export settings. Then, when using blender, the normals of each face are exported. I solved this problem by exporting an obj file without normals and using MeshLab to export normals per vertex. |
Hello, thank you for sharing this amazing tool.
I wonder if I can use my own model as the init model. I tried mine on Kaggle notebook, here is my version. Is there any requirement (like vertices count) for a model...?
my notebook
It came up following issues when running main.py:
The size of tensor a (3) must match the size of tensor b (4) at non-singleton dimension 2
full error:
My model is here:
ufo.zip
Vertices: 90600
Faces: 90598
Triangles: 181196
The text was updated successfully, but these errors were encountered: