Hi @sunset1995 ! Thank you for your great work! May I ask if it is possible to add the distortion loss to the nerf dataset? Since the nerf dataset contains bounded scenes. Could we just let s be uniformly normalized in the Euclidean space?
If so, is that correct to set
Hi @sunset1995 ! Thank you for your great work! May I ask if it is possible to add the distortion loss to the nerf dataset? Since the nerf dataset contains bounded scenes. Could we just let
s
be uniformly normalized in the Euclidean space? If so, is that correct to setin the
forward
method of the class DVGO? Here, theN_steps
is calculated by thesample_ray
method at the begining of theforward
method.