Meta Byte Track
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.

meta_gpu_resume.sh 669B

12345678910111213141516171819
  1. #PBS -N meta_bytetrack_resume
  2. #PBS -m abe
  3. #PBS -M [email protected]
  4. #PBS -l nodes=1:ppn=1:gpus=1
  5. #PBS -q DP
  6. #PBS -l mem=15GB
  7. export LD_LIBRARY_PATH=/share/apps/cuda/cuda-10.1/lib64:$LD_LIBRARY_PATH
  8. export PATH=/share/apps/cuda/cuda-10.1/bin/:$PATH
  9. source /share/apps/Anaconda/anaconda3.6/bin/activate abdollahpour.ce.sharif
  10. conda activate abd_env
  11. cd /home/abdollahpour.ce.sharif/ByteTrack
  12. python tools/train.py -t metamot -f exps/example/metamot/yolox_x_mot17_on_mot20.py -d 1 -b 1 --fp16 -o --resume --start_epoch 2 -c /home/abdollahpour.ce.sharif/ByteTrack/meta_experiments/train_17_on_20/latest_ckpt.pth.tar --local_rank 0 -expn train_17_on_20_resume