git clone https://github.com/tianfr/MonoNeRF.git cd MonoNeRF Dynamic Scene Dataset The Dynamic Scene Dataset is used to quantitatively evaluate our method. Please refer to the official dataset to download the data. Here we present the data link from DynamicNeRF to download the training datase...
python render_dynamic.py --config ./configs/vanerf.json --model_ckpt ./EXPERIMENTS/vanerf/ckpts/model.ckpt Training on InterHand2.6M datasetExecute train.py script to train the model on the InterHand2.6M dataset.python train.py --config ./configs/vanerf.json --num_gpus 4 The...
Render the meshes usingrender_mesh_dynamic.py. The rendered frames will also be saved under./data/mesh/$EXP_NAME Usegen_freeview_video.pyfor getting the final video. Citation If you find our work useful, please kindly cite: @InProceedings{Pan_2023_ICCV, author = {Pan, Xiao and Yang, Zo...