torch-ngp icon indicating copy to clipboard operation
torch-ngp copied to clipboard

Getting worse results when not using `--cuda_ray`?

Open yongsiang-fb opened this issue 2 years ago • 1 comments

Hi,

I found that when testing nerf_synthetic_lego dataset, if I remove --cuda_ray, the result seems to become worse. What's the difference between the pytorch ray marching & cuda ray marching? Shouldn't they only differ in speed? Thanks!

yongsiang-fb avatar Sep 30 '22 15:09 yongsiang-fb

@yongsiang-fb Hi, they are quite different in implementation (e.g., the occupancy grid). You may increase num_steps and upsample_steps for non cuda ray mode for better quality.

ashawkey avatar Oct 27 '22 13:10 ashawkey