Tianhang

Results 3 issues of Tianhang

hi, I have some questions about "region-wise distance map P" If we use the "scatter_to_mask" function to generate style_mask, the region-wise distance map can only be 0 or 1 **style_mask...

I would like to complie the test 'mm' or 'mt-matmul' with rv32im , can someone tell me how to modify the makefile. I can only compile them in riscv64-unknown-elf. If...

In InvRender (https://github.com/zju3dv/InvRender/blob/f1dd52ac6a20eddc9a9908a754e619e592866e16/code/model/sg_render.py#L309), Here inv_roughness_pow4 = 2. / (roughness * roughness * roughness * roughness) # [dots_shape, 1] mu_val = (inv_roughness_pow4 / np.pi).expand(dots_shape + [3]) # [dots_shape, 1] ---> [dots_shape,...