forked from zju3dv/animatable_nerf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.sh
34 lines (24 loc) · 2.96 KB
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Human3.6M
python run.py --type evaluate --cfg_file configs/aninerf_s1p.yaml exp_name aninerf_s1p resume True
python run.py --type evaluate --cfg_file configs/aninerf_s1p.yaml exp_name aninerf_s1p_full resume True aninerf_animation True init_aninerf aninerf_s1p test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_s5p.yaml exp_name aninerf_s5p resume True
python run.py --type evaluate --cfg_file configs/aninerf_s5p.yaml exp_name aninerf_s5p_full resume True aninerf_animation True init_aninerf aninerf_s5p test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_s6p.yaml exp_name aninerf_s6p resume True
python run.py --type evaluate --cfg_file configs/aninerf_s6p.yaml exp_name aninerf_s6p_full resume True aninerf_animation True init_aninerf aninerf_s6p test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_s7p.yaml exp_name aninerf_s7p resume True
python run.py --type evaluate --cfg_file configs/aninerf_s7p.yaml exp_name aninerf_s7p_full resume True aninerf_animation True init_aninerf aninerf_s7p test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_s8p.yaml exp_name aninerf_s8p resume True
python run.py --type evaluate --cfg_file configs/aninerf_s8p.yaml exp_name aninerf_s8p_full resume True aninerf_animation True init_aninerf aninerf_s8p test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_s9p.yaml exp_name aninerf_s9p resume True
python run.py --type evaluate --cfg_file configs/aninerf_s9p.yaml exp_name aninerf_s9p_full resume True aninerf_animation True init_aninerf aninerf_s9p test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_s11p.yaml exp_name aninerf_s11p resume True
python run.py --type evaluate --cfg_file configs/aninerf_s11p.yaml exp_name aninerf_s11p_full resume True aninerf_animation True init_aninerf aninerf_s11p test_novel_pose True
# ZJU-MoCap
python run.py --type evaluate --cfg_file configs/aninerf_313.yaml exp_name aninerf_313 resume True
python run.py --type evaluate --cfg_file configs/aninerf_313.yaml exp_name aninerf_313_full resume True aninerf_animation True init_aninerf aninerf_313 test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_315.yaml exp_name aninerf_315 resume True
python run.py --type evaluate --cfg_file configs/aninerf_315.yaml exp_name aninerf_315_full resume True aninerf_animation True init_aninerf aninerf_315 test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_377.yaml exp_name aninerf_377 resume True
python run.py --type evaluate --cfg_file configs/aninerf_377.yaml exp_name aninerf_377_full resume True aninerf_animation True init_aninerf aninerf_377 test_novel_pose True
python run.py --type evaluate --cfg_file configs/aninerf_386.yaml exp_name aninerf_386 resume True
python run.py --type evaluate --cfg_file configs/aninerf_386.yaml exp_name aninerf_386_full resume True aninerf_animation True init_aninerf aninerf_386 test_novel_pose True