Skip to content

solanian/view-synthesis-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d97b2e5 · Jul 24, 2023
Jul 24, 2023
Jul 4, 2023
Jul 6, 2023
Jul 24, 2023
Jul 13, 2023
Jul 14, 2023
Jul 6, 2023
Jul 23, 2023
Jun 27, 2023
Jul 3, 2023
Jul 23, 2023
Jul 23, 2023
Jun 27, 2023
Jun 27, 2023
Jul 24, 2023
Jul 23, 2023
Jul 4, 2023

Repository files navigation

setup dataset

setup requirments

./setup_requirement.sh

train our Model "Mixed Renderer"

Change the number to training according to the desired subject num eg) ilsh_0XX_00.txt

cd TensoRF
python train.py --config configs/submit_result/ilsh_002_00.txt

Rendering

notice we rendering near_far = [3.6, 3.8] plz change (TensoRF/models/tensorBase.py#L275C1-L275C33)

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