From df11eab9056201646d729588f54f80f12bd50e46 Mon Sep 17 00:00:00 2001 From: linds Date: Wed, 17 Apr 2024 16:08:31 +0800 Subject: [PATCH] yolov8 p2 --- yolov8/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yolov8/README.md b/yolov8/README.md index 6653e1f8..1ec527b3 100644 --- a/yolov8/README.md +++ b/yolov8/README.md @@ -21,11 +21,10 @@ The tensorrt code is derived from [xiaocao-tian/yolov8_tensorrt](https://github. Currently, we support yolov8 -- For yolov8 , download .pt from [https://github.com/ultralytics/assets/releases](https://github.com/ultralytics/assets/releases), then follow how-to-run in current page. -[README.md](..%2FREADME.md) +- For yolov8 , download .pt from https://github.com/ultralytics/assets/releases, then follow how-to-run in current page. ## Config -- Choose the model n/s/m/l/x/n6/s6/m6/l6/[README.md](..%2FREADME.md)x6 from command line arguments. +- Choose the model n/s/m/l/x/n2/s2/m2/l2/x2/n6/s6/m6/l6/x6 from command line arguments. - Check more configs in [include/config.h](./include/config.h) ## How to Run, yolov8n as example