./setup_requirement.sh
cd TensoRF
python train.py --config configs/submit_result/ilsh_002_00.txt
python train.py --config <path the config> --ckpt <path the ckpt> --render_visual 1
eg.) python train.py --config /home/ubuntu/view-synthesis-challenge/TensoRF/configs/submit_result/ilsh_033_00.txt --ckpt /home/ubuntu/view-synthesis-challenge/TensoRF/log/ilsh_033_00/ilsh_033_00.th --render_visual 1
###or If you want rendering all things in configs
./render.sh