Spaces:
Runtime error
Runtime error
Update
Browse files
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/
|
| 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 |
|