I have taken the PyTorch3D tutorial "Fit a mesh via rendering" and instead of fitting the mesh and the colors per vertex, I have taken the ground truth input mesh and I have fitted only its texture ...
I have models whose textures (in JPEG format most of the time) do not always have an extension matching the expected one, but can have a custom one for my specific needs. However the content of the ...