Commit 9880d0c1 authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 34dcb15e
Pipeline #824 canceled with stages
...@@ -86,8 +86,11 @@ YOLOv5 是一种基于单阶段目标检测算法,通过将图像划分为不 ...@@ -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模型。 注意:mtype和weight类型需要严格对应,ori表示原始模型,qat表示基于原始模型得到的qat模型。
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment