chenweikai

Results 4 comments of chenweikai

> Hi there, > I found that there is no initialization for: > > * "texture_k" in forward_sample_texture() > > https://github.com/ShichenLiu/SoftRas/blob/85329af997629d705a2e7be8fb56862323354ba7/soft_renderer/cuda/soft_rasterize_cuda_kernel.cu#L180 > > * "grad_texture_k" in backward_sample_texture() > > https://github.com/ShichenLiu/SoftRas/blob/85329af997629d705a2e7be8fb56862323354ba7/soft_renderer/cuda/soft_rasterize_cuda_kernel.cu#L199...

Hi Xiaoxu @xmeng525 , could you provide more details on the bug so that we can confirm the correctness of our code? Thanks a lot!

> Hi Shichen and Weikai, > I use Softras for texture regression for a cube. > Given target image like: > ![target](https://user-images.githubusercontent.com/25536317/126541714-e43c9f92-810f-4570-bdd9-f17cef2305ec.png) > The regression process without initialization: > ![deform](https://user-images.githubusercontent.com/25536317/126541773-70f0258e-7ce0-4d9d-bde0-239026c3b7d6.gif)...

@RichardChen20 May I know where did you find the dataset.json file? Is it officially released by the authors? Thanks!