6 lines
248 B
Bash
6 lines
248 B
Bash
|
|
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
|