mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-17 06:12:02 +00:00
update PBIDR code
This commit is contained in:
6
reconstruction/PBIDR/code/script/data_process.sh
Normal file
6
reconstruction/PBIDR/code/script/data_process.sh
Normal 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'
|
||||
4
reconstruction/PBIDR/code/script/fast_eval.sh
Normal file
4
reconstruction/PBIDR/code/script/fast_eval.sh
Normal 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
|
||||
4
reconstruction/PBIDR/code/script/fast_train.sh
Normal file
4
reconstruction/PBIDR/code/script/fast_train.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
set -ex
|
||||
|
||||
GPU=0
|
||||
python training/runner.py --conf ./confs/test.conf --scan_id 0 --gpu $GPU --nepoch 400
|
||||
Reference in New Issue
Block a user