daniilidis-group / neural_renderer

A PyTorch port of the Neural 3D Mesh Renderer
Other
1.12k stars 248 forks source link

how to render a frontal image with obj file and image #89

Open tengshaofeng opened 3 years ago

tengshaofeng commented 3 years ago

hi, I am so appreciate your great job. But I have a question. when I have a reconstructed obj, and a texture image of one viewpoint, and the transformation from 3d vertexs to the texture image, how could I render a frontal image? as following:

  1. obj is given image
  2. one viewpoint image is given, also the transform matrix from 3d world cordinates to 2d pixels cordinate in image is known. means that I can sample rgb for each vertex in obj from the image. image

then how could I to get following fontal image: image

@0xsuu @k-chaney @shunsukesaito @alexzzhu @berndpfrommer

thaoshibe commented 3 years ago

Did you figure out how to do it?

Azusa306 commented 2 years ago

did you resolve it?