|
12345678910111213141516171819 |
- #PBS -N meta_bytetrack
- #PBS -m abe
- #PBS -M [email protected]
- #PBS -l nodes=1:ppn=1:gpus=1
- #PBS -q cuda9
-
-
- export LD_LIBRARY_PATH=/share/apps/cuda/cuda-10.1/lib64:$LD_LIBRARY_PATH
- export PATH=/share/apps/cuda/cuda-10.1/bin/:$PATH
-
- source /share/apps/Anaconda/anaconda3.6/bin/activate abdollahpour.ce.sharif
- conda activate abd_env
-
-
- cd /home/abdollahpour.ce.sharif/ByteTrack
-
-
-
- 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
|