SoftRas icon indicating copy to clipboard operation
SoftRas copied to clipboard

Convert RGB image to texture in a differentiable way?

Open XingangPan opened this issue 5 years ago • 0 comments

Hi, thanks for your amazing work. I my project, I want to convert RGB images to textures. As the RGB images are generated by a CNN that I want to optimize, I need this process to be differentiable. However, in the current code, the 'load_textures_cuda' function does the conversion but is not differentiable. I am wondering if there is any convenient way to do this? Thanks.

XingangPan avatar Aug 12 '20 12:08 XingangPan