DMRF icon indicating copy to clipboard operation
DMRF copied to clipboard

Dynamic Mesh-Aware Radiance Fields (ICCV2023): Raytracing rendering and interactive simulating mesh with NeRF

Results 2 DMRF issues
Sort by recently updated
recently updated
newest added

ubuntu20.04, nvidia a6000, cuda11.3 ```bash python ./scripts/exp_garden_ball.py --mode nerf --load_snapshot ./extra_data/nerf360/garden/35000.msgpack --width 800 --height 600 --gui ``` the output is : config_path: ./scripts/exp/garden_ball.json 1200 800 10 read_obj_file!! shapes[s].mesh.num_face_vertices.size() 2 1...

Hi, I tried to reproduce the lamp scene results from the paper using the provided “example_scenes” dataset. The lamp dataset contains images in the folders: - hdr - ldr -...