AIlib2/segutils/run.sh

9 lines
350 B
Bash
Raw Normal View History

2025-04-26 10:35:59 +08:00
gpu=2080Ti
name=cityMangement3
nclass=2
mWidth=640
mHeight=360
2025-04-26 14:13:15 +08:00
python segmodel_trt.py --weights /mnt/thsw2/DSP2/${name}/weights/stdc_360X640.pth --nclass ${nclass} --mWidth ${mWidth} --mHeight ${mHeight}
2025-04-26 10:35:59 +08:00
mv /mnt/thsw2/DSP2/weights/${name}/stdc_${mWidth}X${mHeight}.engine /mnt/thsw2/DSP2/weights/${name}/stdc_${mHeight}X${mWidth}_${gpu}_fp16.engine