ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yongsiang-fb opened this issue · 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!

commented

@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.