Hiroki Sakuma

Results 3 comments of Hiroki Sakuma

Any update on this issue?

Hi, I'm a little bit confused about `D1-all` metric. `D1_all` is defined as `mean(error >= max(3, 0.05GT))`, but calculated as `mean(error > 3)` at: https://github.com/feihuzhang/DSMNet/blob/d7124e07840b073550810a5c45d1a5181db6b728/evaluation.py#L202

1. I mean, ```python # --- ray marching --- # maybe the same as "renderer_kernel.cu" with torch.no_grad(): while not converged: p += SDF(p) * v # make only the last...