Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
yolov5_pytorch
Commits
388b9b20
Commit
388b9b20
authored
Oct 12, 2023
by
Sugon_ldc
Browse files
modify readme
parent
2836906d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
388b9b20
...
@@ -154,7 +154,7 @@ python3 val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65 --batch-size 3
...
@@ -154,7 +154,7 @@ python3 val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65 --batch-size 3
#以四卡推理为例
#以四卡推理为例
python3 val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65 --batch-size 128 --weights yolov5s.pt --device 0,1,2,3
python3 val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65 --batch-size 128 --weights yolov5s.pt --device 0,1,2,3
```
```
##
## result
## result
此处以yolov5s模型进行推理测试
此处以yolov5s模型进行推理测试


## 精度
## 精度
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment