From 69cc13b6c2e8edd7f712d805f629a0dc43ac189b Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Mon, 27 Nov 2023 21:58:51 +0900 Subject: [PATCH] Update README.md --- 425_Gold-YOLO-Body-Head-Hand/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/425_Gold-YOLO-Body-Head-Hand/README.md b/425_Gold-YOLO-Body-Head-Hand/README.md index 820fb743cd..5f35c45e20 100644 --- a/425_Gold-YOLO-Body-Head-Hand/README.md +++ b/425_Gold-YOLO-Body-Head-Hand/README.md @@ -116,7 +116,7 @@ Lightweight human detection model generated using a high-quality human dataset. - Post-Process - Because I add our own post-processing to the end of the model, which can be inferred by TensorRT, CUDA, and CPU, the benchmarked inference speed is the end-to-end processing speed including all pre-processing and post-processing. EfficientNMS in TensorRT is very slow and should be offloaded to the CPU. + Because I add my own post-processing to the end of the model, which can be inferred by TensorRT, CUDA, and CPU, the benchmarked inference speed is the end-to-end processing speed including all pre-processing and post-processing. EfficientNMS in TensorRT is very slow and should be offloaded to the CPU. ![image](https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/05e528b7-6ace-4878-94f0-ad86ac46324e)