-
Notifications
You must be signed in to change notification settings - Fork 167
/
run-all-online-wo-detector.sh
executable file
·19 lines (16 loc) · 2.48 KB
/
run-all-online-wo-detector.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_Depth_all/nvgesture_shufflenet_2.0x_Depth_16_best.pth shufflenet 2.0 Depth
# bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_Depth_all/nvgesture_shufflenetv2_2.0x_Depth_16_best.pth shufflenetv2 2.0 Depth
# bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_RGB_all/nvgesture_shufflenet_2.0x_RGB_16_best.pth shufflenet 2.0 RGB
# bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_RGB_all/nvgesture_shufflenetv2_2.0x_RGB_16_best.pth shufflenetv2 2.0 RGB
# bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_Depth_all/egogesture_shufflenet_2.0x_Depth_16_best.pth shufflenet 2.0 Depth
# bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_Depth_all/egogesture_shufflenetv2_2.0x_Depth_16_best.pth shufflenetv2 2.0 Depth
# bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_RGB_all/egogesture_shufflenet_2.0x_RGB_16_best.pth shufflenet 2.0 RGB
# bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_RGB_all/egogesture_shufflenetv2_2.0x_RGB_16_best.pth shufflenetv2 2.0 RGB
bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_RGB_all/nvgesture_mobilenet_2.0x_RGB_16_best.pth mobilenet 2.0 RGB
bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_Depth_all/nvgesture_mobilenet_2.0x_Depth_16_best.pth mobilenet 2.0 Depth
bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_RGB_all/egogesture_mobilenet_2.0x_RGB_16_best.pth mobilenet 2.0 RGB
bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_Depth_all/egogesture_mobilenet_2.0x_Depth_16_best.pth mobilenet 2.0 Depth
bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_RGB_all/nvgesture_mobilenetv2_1.0x_RGB_16_best.pth mobilenetv2 1.0 RGB
bash run_online_nvgesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/nvGesture_Depth_all/nvgesture_mobilenetv2_1.0x_Depth_16_best.pth mobilenetv2 1.0 Depth
bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_RGB_all/egogesture_mobilenetv2_1.0x_RGB_16_best.pth mobilenetv2 1.0 RGB
bash run_online_egogesture_wo_detector.sh Efficient-3DCNNs-Ahmet/results/EgoGesture_Depth_all/egogesture_mobilenetv2_1.0x_Depth_16_best.pth mobilenetv2 1.0 Depth