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-qat_pytorch
Commits
9880d0c1
Commit
9880d0c1
authored
Mar 21, 2024
by
mashun1
Browse files
Update README.md
parent
34dcb15e
Pipeline
#824
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
README.md
README.md
+5
-2
No files found.
README.md
View file @
9880d0c1
...
...
@@ -86,8 +86,11 @@ YOLOv5 是一种基于单阶段目标检测算法,通过将图像划分为不
## 推理
python evaluate.py --data_list=/path/to/load/trainlist --label_dir=/path/to/labeldir
--weight=/path/to/load/model --mtype=[ori|onnx|trt|qat]
# 指标
python evaluate.py eval --data_list=/path/to/load/trainlist --weight=/path/to/load/model --mtype=[ori|onnx|trt|qat]
# 画图
python evaluate.py draw --weight=/path/to/load/model --mtype=[ori|onnx|trt|qat] --image_path=/path/to/load/image
注意:mtype和weight类型需要严格对应,ori表示原始模型,qat表示基于原始模型得到的qat模型。
...
...
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