AIlib2/DMPRUtils/toTrt.sh

6 lines
248 B
Bash
Raw Normal View History

2025-04-26 10:35:59 +08:00
weights=/mnt/thsw2/DSP2/weights/cityMangement3/dmpr
#weights=/mnt/thsw2/DSP2/weights/cityMangement2_0916/weights/urbanManagement/DMPR/dp_detector_299
gpu=2080Ti
python toTrt.py --weights ${weights}.pth
mv ${weights}.engine ${weights}_${gpu}.engine