Closed tb2-sy closed 1 year ago
Hi, We wanted the pose estimation to get optimized from the difference in sampling location and not from non Lambertian effects. Our intuition is that gradients for pose estimation should come from the geometry and not from the appearance. The impact of propagating view directions' gradients in the render module has not been formally evaluated in the context of our work.
Nice work! When I read the code model/TensorBase.py, I found that line 619 is somewhat confused. Why do you want to detach viewdirs? valid_rgbs = self.renderModule( xyz_sampled[app_mask], viewdirs[app_mask].clone().detach(), app_features, refine #why viewdirs detach? )