-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
executable file
·93 lines (67 loc) · 3.66 KB
/
run.sh
File metadata and controls
executable file
·93 lines (67 loc) · 3.66 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
run_title=ref_step
# To train on APT36K
python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
"pipeline.train=True" "data=aptmmpose_nokpts_kptsemb.yaml"
# Run Model in validation setting, set pipeline.train=False
# python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=aptmmpose_nokpts_kptsemb.yaml"
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=aptmmpose_nokpts_kptsemb.yaml" \
# "pipeline.video=True" \
# "pipeline.video_path=/path-to-somewhere/PoseEstimation/AnimalPoseGit/Evaluation/evaldata/videos/C0213.mp4"
#########################################################
##### Configs for other datasets
# run_title=ref_step
# python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
# "pipeline.train=True" "data=apt10k_nokpts_kptsemb.yaml"
# run_title=ref_step
# python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
# "pipeline.train=True" "data=crowdpose_nokpts_kptsemb.yaml"
# run_title=ref_step
# python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
# "pipeline.train=True" "data=mousepose_nokpts_kptsemb.yaml"
# run_title=ref_step
# python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
# "pipeline.train=True" "data=marmosetpose_nokpts_kptsemb.yaml"
# run_title=ref_step
# python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=aptmmpose_nokpts_kptsemb.yaml"
# run_title=ref_step
# python -W ignore main.py config=step_config.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=crowdpose_nokpts_kptsemb.yaml" \
# "pipeline.awazi_style=False"
# run_title=ref_step
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=aptmmpose_nokpts_kptsemb.yaml" \
# "pipeline.video=True" \
# "pipeline.video_path=./path-to-somewhere/PoseEstimation/AnimalPoseGit/Evaluation/evaldata/continious_frames/vid_022672.mp4"
# run_title=ref_step
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=crowdpose_nokpts_kptsemb.yaml" \
# "pipeline.video=True" \
# "pipeline.video_path=./path-to-somewhere/PoseEstimation/AnimalPoseGit/Evaluation/evaldata/continious_frames/vid_022672.mp4"
# # 3943
# run_title=ref_step
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=crowdpose_nokpts_kptsemb.yaml" \
# "pipeline.video=False" \
# "pipeline.video_path=./ptsw/val/000522_mpii_test" \
# "pipeline.awazi_style=False"
# run_title=ref_step
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=mousepose_nokpts_kptsemb.yaml" \
# "pipeline.video=True" \
# "pipeline.video_path=/path-to-somewhere/PoseEstimation/AnimalPoseGit/Evaluation/evaldata/videos/mouse.mp4" \
# "pipeline.awazi_style=True"
# run_title=ref_step
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=crowdpose_nokpts_kptsemb.yaml" \
# "pipeline.video=True" pipeline.awazi_style=True
# run_title=ref_step
# fname=apt10k_roll_pd1.3
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=aptmmpose_soumya_val.yaml" "data.fname=$fname"
# run_title=ref_step
# fname=cp_roll_pd25
# python main.py config=test_pe.yaml "+run_title=$run_title" \
# "pipeline.train=False" "data=crowdpose_soumya_val.yaml" "data.fname=$fname"