-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathrun_train.sh
17 lines (12 loc) · 1.05 KB
/
run_train.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CUHK-SYSU, ROI-AlignPS
python tools/train.py configs/person_search/faster_rcnn_r50_caffe_c4_1x_cuhk_single_two_stage17_6_nae1.py --no-validate --gpu-ids 0
# PRW, ROI-AlignPS
# python tools/train.py configs/person_search_prw/faster_rcnn_r50_caffe_c4_1x_cuhk_single_two_stage17_6_nae1_prw.py --no-validate --gpu-ids 0
# CUHK-SYSU, AlignPS
# python tools/train.py configs/fcos/fcos_center-normbbox-centeronreg-giou_r50_caffe_fpn_gn-head_dcn_4x4_1x_cuhk_reid_1500_stage1_fpncat_dcn_epoch24_multiscale_focal_x4_bg-2_lconv3dcn_sub_triqueue_dcn0.py --gpu-ids 0 --no-validate
# CUHK-SYSU, AlignPS+
# python tools/train.py configs/fcos/fcos_center-normbbox-centeronreg-giou_r50_caffe_fpn_gn-head_dcn_4x4_1x_cuhk_reid_1500_stage1_fpncat_dcn_epoch24_multiscale_focal_x4_bg-2_lconv3dcn_sub_triqueue.py --gpu-ids 0 --no-validate
# PRW, AlignPS
# python tools/train.py configs/fcos/prw_base_focal_labelnorm_sub_ldcn_fg15_wd1-3.py --gpu-ids 0 --no-validate
# PRW, AlignPS+
# python tools/train.py configs/fcos/prw_dcn_base_focal_labelnorm_sub_ldcn_fg15_wd7-4.py --gpu-ids 0 --no-validate