-
Notifications
You must be signed in to change notification settings - Fork 52
/
test.sh
52 lines (36 loc) · 4.37 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# 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
# Extended version: image synthesis evaluation with S9 of Human3.6M as an example
# Vanilla Animatable NeRF
python run.py --type evaluate --cfg_file configs/aligned_nerf_lbw/aligned_aninerf_lbw_s9p.yaml exp_name aligned_aninerf_lbw_s9p resume True
python run.py --type evaluate --cfg_file configs/aligned_nerf_lbw/aligned_aninerf_lbw_s9p.yaml exp_name aligned_aninerf_lbw_s9p_full resume True aninerf_animation True init_aninerf aligned_aninerf_lbw_s9p test_novel_pose True
# Pose-dependent displacement field + Animatable NeRF
python run.py --type evaluate --cfg_file configs/aligned_nerf_pdf/aligned_aninerf_pdf_s9p.yaml exp_name aligned_aninerf_pdf_s9p resume True
python run.py --type evaluate --cfg_file configs/aligned_nerf_pdf/aligned_aninerf_pdf_s9p.yaml exp_name aligned_aninerf_pdf_s9p test_novel_pose True resume True
# Pose-dependent displacement field + SDF field (full Animatable Neural Fields)
python run.py --type evaluate --cfg_file configs/sdf_pdf/anisdf_pdf_s9p.yaml exp_name anisdf_pdf_s9p resume True
python run.py --type evaluate --cfg_file configs/sdf_pdf/anisdf_pdf_s9p.yaml exp_name anisdf_pdf_s9p test_novel_pose True resume True
# Extended version: 3D reconstruction with S9 of Human3.6M as an example (SDF-PDF version). Only for the SyntheticHuman dataset
python run.py --type evaluate --cfg_file configs/sdf_pdf/synhuman/anisdf_pdf_rp01_nathan.yaml exp_name anisdf_pdf_nathan resume True vis_posed_mesh True