Pytorch3d: Save per color texture of a mesh or export it as a UV texture image.

Created on 2 Feb 2021  ·  2Comments  ·  Source: facebookresearch/pytorch3d

🚀 Feature

Pytorch3d should provide a way to save per color textures. Either in the .obj or .ply format.

NOTE: Please look at the existing list of Issues tagged with the label 'enhancement`. Only open a new issue if you do not see your feature request there.

Motivation

In some of the examples, we have been optimizing per vertex color textures. However, so far, there is not a way to save or export those vertex colors. Alternatively, maybe a feature that allows converting per vertex features to UV textures would be useful as well.

Pitch

Many of the tutorials show how to optimize shape of a mesh. However, in the cow example with texture we are able to create a new mesh with per vertex color. It would be great to add this feature of saving per vertex colors or being able to export it as UV texture (.png image or so). This will allow more people to be able to experiment with texture.

NOTE: we only consider adding new features if they are useful for many users.

enhancement

Most helpful comment

@elcronos thanks for suggesting this feature. It's related to https://github.com/facebookresearch/pytorch3d/pull/332 which we are expanding upon to make the feature more complete for all texture types. Given that there are now multiple people interested in this we will re-evaluate the priority of completing it!

All 2 comments

@elcronos thanks for suggesting this feature. It's related to https://github.com/facebookresearch/pytorch3d/pull/332 which we are expanding upon to make the feature more complete for all texture types. Given that there are now multiple people interested in this we will re-evaluate the priority of completing it!

@nikhilaravi Great ! Looking forward to it. Please keep me updated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

abhi1kumar picture abhi1kumar  ·  3Comments

udemegane picture udemegane  ·  3Comments

AndreiBarsan picture AndreiBarsan  ·  3Comments

NotAnyMike picture NotAnyMike  ·  3Comments

shersoni610 picture shersoni610  ·  3Comments