ShichenLiu / SoftRas

Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
MIT License
1.2k stars 156 forks source link

Question about Texture Value #66

Closed liren2515 closed 3 years ago

liren2515 commented 3 years ago

Hello,

I'm a newbie of neural rendering. I have a question about the range of texture value. The texture value should between 0 and 1, and the values of output images corresponding to the texture is rescaled to [0, 255] as normal RGB images. Is my understanding correct?

Thanks!

ShichenLiu commented 3 years ago

Yes, you are correct!