Xharlie / pointnerf

Point-NeRF: Point-based Neural Radiance Fields
Other
1.1k stars 128 forks source link

Generate depth map #25

Open huiqing-su opened 2 years ago

huiqing-su commented 2 years ago

Thank you for your work and contribution! I want to generate a depth map, in the "neural_points_volumetric_model.py " file, I set the self.return_depth is True, however, there is a warning that 'ray_ts' is not defined. And I want to know what is the 'ray_ts' in your code, looking forward to your reply.

wbhu commented 2 years ago

Thank you for your work and contribution! I want to generate a depth map, in the "neural_points_volumetric_model.py " file, I set the self.return_depth is True, however, there is a warning that 'ray_ts' is not defined. And I want to know what is the 'ray_ts' in your code, looking forward to your reply.

Hi, I also encountered the same issue. Did you find the solution?

yonghoonkwon commented 2 years ago

@Xharlie

BoMingZhao commented 1 year ago

The same problem, Did you find the solution?

TwiceMao commented 1 year ago

@Xharlie