-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathensemble.sh
29 lines (22 loc) · 2.19 KB
/
ensemble.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
##!/bin/bash
#python ensemble.py --dataset ntu/xsub --joint-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic \
#--bone-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic \
#--joint-motion-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic \
#--bone-motion-dir work_dir/ntu60/csub/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic
# 96.4
#python ensemble.py --dataset ntu/xview --joint-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic \
#--bone-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic \
#--joint-motion-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic \
#--bone-motion-dir work_dir/ntu60/cview/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic
python ensemble.py --dataset NW-UCLA --joint-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic \
--bone-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic \
--joint-motion-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic \
--bone-motion-dir work_dir/ucla/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic
#python ensemble.py --dataset ntu120/xset --joint-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic \
#--bone-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic \
#--joint-motion-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic \
#--bone-motion-dir work_dir/ntu120/cset/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic
#python ensemble.py --dataset ntu120/xsub --joint-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_new_8heads_deterministic \
#--bone-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_bone_new_8heads_deterministic \
#--joint-motion-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_vel_new_8heads_deterministic \
#--bone-motion-dir work_dir/ntu120/csub/BlockGCN_decay_110_120_140_epochs_bone_vel_new_8heads_deterministic