update PBIDR code

This commit is contained in:
XingyuRenSJTU
2022-03-19 14:24:51 +08:00
parent 478aafb4fc
commit b6cd2acc68
21 changed files with 2903 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
set -ex
GPU=0
python preprocess/get_aux_dataset.py -g $GPU -i '../raw_data/0' -o 0 -d 'Test' --yaw 17 --pitch 0
python preprocess/preprocess_cameras.py -i 0 -d 'Test'

View File

@@ -0,0 +1,4 @@
set -ex
GPU=0
python evaluation/eval.py --conf ./confs/test.conf --scan_id 0 --gpu $GPU --checkpoint 400 --eval_rendering

View File

@@ -0,0 +1,4 @@
set -ex
GPU=0
python training/runner.py --conf ./confs/test.conf --scan_id 0 --gpu $GPU --nepoch 400