-
Notifications
You must be signed in to change notification settings - Fork 4
/
run.sh
29 lines (21 loc) · 2.03 KB
/
run.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
# Cityscapes to Foggy Cityscapes
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_foggy_r50.yaml \
--opts DATASET.AOOD_SETTING 1 OUTPUT_DIR experiments/city_to_foggy/setting1
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_foggy_r50.yaml \
--opts DATASET.AOOD_SETTING 2 OUTPUT_DIR experiments/city_to_foggy/setting2
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_foggy_r50.yaml \
--opts DATASET.AOOD_SETTING 3 OUTPUT_DIR experiments/city_to_foggy/setting3
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_foggy_r50.yaml \
--opts DATASET.AOOD_SETTING 4 OUTPUT_DIR experiments/city_to_foggy/setting4
# Pascal to CLipart
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_pascal_to_clipart_r50.yaml \
--opts OUTPUT_DIR experiments/pascal_to_clipart
# Cityscapes to BDD00k_daytime
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_bdd100k_r50.yaml \
--opts DATASET.AOOD_SETTING 1 OUTPUT_DIR experiments/city_to_bdd100k/setting1
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_bdd100k_r50.yaml \
--opts DATASET.AOOD_SETTING 2 OUTPUT_DIR experiments/city_to_bdd100k/setting2
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_bdd100k_r50.yaml \
--opts DATASET.AOOD_SETTING 3 OUTPUT_DIR experiments/city_to_bdd100k/setting3
GPUS_PER_NODE=2 MASTER_PORT=21001 ./tools/run_dist_launch.sh 2 python main_multi_eval.py --config_file configs/soma_aood_city_to_bdd100k_r50.yaml \
--opts DATASET.AOOD_SETTING 4 OUTPUT_DIR experiments/city_to_bdd100k/setting4