mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00
Updating a typo on paddlepaddle.md (#9108)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
630ee4518b
commit
a62cdab53a
@ -80,7 +80,7 @@ Before diving into the usage instructions, it's important to note that while all
|
|||||||
model = YOLO('yolov8n.pt')
|
model = YOLO('yolov8n.pt')
|
||||||
|
|
||||||
# Export the model to PaddlePaddle format
|
# Export the model to PaddlePaddle format
|
||||||
model.export(format=''paddle'') # creates '/yolov8n_paddle_model'
|
model.export(format='paddle') # creates '/yolov8n_paddle_model'
|
||||||
|
|
||||||
# Load the exported PaddlePaddle model
|
# Load the exported PaddlePaddle model
|
||||||
paddle_model = YOLO('./yolov8n_paddle_model')
|
paddle_model = YOLO('./yolov8n_paddle_model')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user