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.sh 567B

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