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.

10 satır
456B

  1. #动态尺寸的stdc转trt没有成功,因为里有用到了全局池化,池化的过程中kener_size不固定
  2. gpu=2080Ti
  3. name=crackMeasurement
  4. nclass=2
  5. mWidth=0
  6. mHeight=0
  7. python toTrt.py --weights /mnt/thsw2/DSP2/weights/${name}/stdc_360X640.pth --nclass ${nclass} --mWidth ${mWidth} --mHeight ${mHeight}
  8. mv /mnt/thsw2/DSP2/weights/${name}/stdc_${mWidth}X${mHeight}.engine /mnt/thsw2/DSP2/weights/${name}/stdc_${mHeight}X${mWidth}_${gpu}_fp16.engine