高速公路违停检测
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
318B

  1. export CUDA_VISIBLE_DEVICES=0,1,2
  2. python -m torch.distributed.launch \
  3. --nproc_per_node=3 train.py \
  4. --respath checkpoints/train_STDC2-Seg/ \
  5. --backbone STDCNet1446 \
  6. --mode train \
  7. --n_workers_train 12 \
  8. --n_workers_val 1 \
  9. --max_iter 60000 \
  10. --use_boundary_8 True \
  11. --pretrain_path checkpoints/STDCNet1446_76.47.tar