git clone https://github.com/saba99/Dynamic-NeRF.git
cd D-NeRF
pip install -r requirements.txt
cd torchsearchsorted
pip install .
cd ..
You can download the pre-trained models from drive or dropbox. Unzip the downloaded data to the project root dir in order to test it later.
You can download the datasets from drive or dropbox. Unzip the downloaded data to the project root dir in order to train.
ImageToStl.com_mesh.mp4
First download pre-trained weights and dataset. Then,
python run_dnerf.py --config configs/mutant.txt --render_only --render_test
This command will run the mutant
experiment. When finished, results are saved to ./logs/mutant/renderonly_test_799999
To quantitatively evaluate model run metrics.ipynb
notebook
First download the dataset. Then,
conda activate dnerf
export PYTHONPATH='path/to/D-NeRF'
export CUDA_VISIBLE_DEVICES=0
python run_dnerf.py --config configs/mutant.txt