forked from YotYot/StereoNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_3tests.sh
More file actions
22 lines (13 loc) · 801 Bytes
/
Copy pathrun_3tests.sh
File metadata and controls
22 lines (13 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
python test.py --left_img_train_suffix clean_left_all_but_alley_1 \
--left_img_test_suffix clean_left_alley_1 \
--savemodel ./trained/clean_left \
--loadmodel ./trained/clean_left/checkpoint_50.tar
python test.py --left_img_train_suffix clean_left_filtered_all_but_alley_1 \
--left_img_test_suffix clean_left_filtered_alley_1 \
--savemodel ./trained/filtered_left \
--loadmodel ./trained/filtered_left/checkpoint_50.tar
python test.py --left_img_train_suffix clean_left_no_phase_all_but_alley_1 \
--left_img_test_suffix clean_left_no_phase_alley_1 \
--savemodel ./trained/no_phase_left \
--loadmodel ./trained/no_phase_left/checkpoint_50.tar