HungKhoi commited on
Commit
cc905f4
·
1 Parent(s): e763267
projects/human_detection/export_onnx_trt/export_trt_mmyolov8.sh CHANGED
@@ -1,6 +1,6 @@
1
  DEPLOY_CFG_PATH="${HOME}/app/projects/human_detection/export_onnx_trt/detection_tensorrt-fp16_dynamic.py"
2
  MODEL_CFG_PATH="${HOME}/app/projects/human_detection/export_onnx_trt/mmyolov8_human_cfg.py"
3
- MODEL_CHECKPOINT_PATH="/data/human_detection/weights/yolov8_s_human_mmyolo.pth"
4
  OUT_PATH="/data/human_detection/weights/mmyolov8_s_human_DBsx640x800.trt"
5
  WORK_DIR="/data/human_detection/deploy"
6
 
 
1
  DEPLOY_CFG_PATH="${HOME}/app/projects/human_detection/export_onnx_trt/detection_tensorrt-fp16_dynamic.py"
2
  MODEL_CFG_PATH="${HOME}/app/projects/human_detection/export_onnx_trt/mmyolov8_human_cfg.py"
3
+ MODEL_CHECKPOINT_PATH="/data/human_detection/weights/mmyolov8_s_human.pth"
4
  OUT_PATH="/data/human_detection/weights/mmyolov8_s_human_DBsx640x800.trt"
5
  WORK_DIR="/data/human_detection/deploy"
6