-
Notifications
You must be signed in to change notification settings - Fork 932
Add vertex color to textured mesh tutorial #2374
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a textured mess (j/k)
|
Thanks a lot @pcuenca! I agree with all comments and believe I've addressed them. I've updated the release date to Monday |
osanseviero
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
| import trimesh | ||
|
|
||
| mesh = trimesh.load("output.glb") | ||
| mesh.show() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we wanna show a screenshot here?
| import cv2 | ||
| import numpy as np | ||
| import trimesh | ||
| import xatlas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love sorted imports 🔥
vertex-colored-to-textured-mesh.md
Outdated
| display(image_texture) | ||
| ``` | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please host the images in the doc images dataset on the Hub as the other blogs
vertex-colored-to-textured-mesh.md
Outdated
| display(image_texture) | ||
| ``` | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
7150472 to
e2fa258
Compare
No description provided.