forked from ostadabbas/TePose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprepare_pseudo_thetas.sh
41 lines (21 loc) · 1.38 KB
/
prepare_pseudo_thetas.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
#!/usr/bin/env bash
export PYTHONPATH="./:$PYTHONPATH"
python lib/data_utils/pseudo_theta.py --file_name 'mpii3d_train_scale12_occ'
python lib/data_utils/pseudo_theta.py --file_name 'mpii3d_train_scale12'
python lib/data_utils/pseudo_theta.py --file_name 'mpii3d_train_scale12_new_occ'
python lib/data_utils/pseudo_theta.py --file_name 'mpii3d_train_scale1'
python lib/data_utils/pseudo_theta.py --file_name 'mpii3d_val_scale12'
python lib/data_utils/pseudo_theta.py --file_name '3dpw_val'
python lib/data_utils/pseudo_theta.py --file_name 'posetrack_train'
python lib/data_utils/pseudo_theta.py --file_name 'posetrack_train_occ'
python lib/data_utils/pseudo_theta.py --file_name 'insta_train'
#python lib/data_utils/pseudo_theta.py --file_name 'pennaction_train_scale12'
python lib/data_utils/pseudo_theta.py --file_name '3dpw_test'
python lib/data_utils/pseudo_theta.py --file_name '3dpw_test_all'
python lib/data_utils/pseudo_theta.py --file_name '3dpw_train_occ'
python lib/data_utils/pseudo_theta.py --file_name '3dpw_train'
python lib/data_utils/pseudo_theta.py --file_name 'h36m_train_25fps_tight'
python lib/data_utils/pseudo_theta.py --file_name 'h36m_train_25fps'
python lib/data_utils/pseudo_theta.py --file_name 'h36m_train_25fps_occ'
python lib/data_utils/pseudo_theta.py --file_name 'h36m_test_front_25fps_tight'
python lib/data_utils/pseudo_theta.py --file_name 'h36m_test_25fps'