Skip to content

Commit

Permalink
yolov8 p2
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayshuo committed Apr 17, 2024
1 parent 37ddb30 commit df11eab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions yolov8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df11eab

Please sign in to comment.