forked from jinglinglingling/HPL_ESS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_experiments.sh
More file actions
22 lines (17 loc) · 918 Bytes
/
run_experiments.sh
File metadata and controls
22 lines (17 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
echo "Activating conda env..."
# 验证自己的conda是否激活
# 激活需要的环境
conda activate DAFormer
# echo "Prepared Datasets"
# python tools/convert_datasets/dsec.py data/DSEC_Semantic --nproc 8
echo "Begin training!"
#
# cityscapes -------> DSEC
# python run_experiments.py --config configs/xxformer/cs2dsec_semi_xxformer.py
# python run_experiments.py --config configs/xxformer/cs2dsec_e2vid_offline_semi_xxformer.py
python run_experiments.py --config configs/xxformer/cs2dsec_e2vid_online_semi_xxformer.py
############################################################################################
# GTA5 -------> DSEC
# python run_experiments.py --config configs/xxformer/gta2dsec_semi_xxformer.py
# python run_experiments.py --config configs/xxformer/gta2dsec_e2vid_offline_semi_xxformer.py
# python run_experiments.py --config configs/xxformer/gta2dsec_e2vid_online_semi_xxformer.py