RayDF
RayDF copied to clipboard
🔥RayDF in PyTorch (NeurIPS 2023)
Hello, I would like to understand the approach of the `get_multiview_rays` function when running run_mv.py. Overall, it seems that the scene is confined within a large sphere (for example, the...
hi, when I follow you tip to evaluate the ray-surface distance network through this code "CUDA_VISIBLE_DEVICES=0 python run_mv.py --config configs/blender.txt --scene lego --eval_only --grad_normal". I encounter this error: /********************************/ Traceback...
In table 1 of RayDF: Neural Ray-surface Distance Fields with Multi-view Consistency,it only takes 0.019 s to render an 800* 800 depth image on 3090,but it takes me 1.4s to...