Browse Source

更新 'README.md'

weizhenkang88 1 ngày trước cách đây
mục cha
commit
4d6a884272
1 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 6 3
      README.md

+ 6 - 3
README.md

@@ -1,12 +1,15 @@
 # cambricon_pytorch
 寒武纪mlu220 转模型代码:yolov5-6.0_v2.zip
 
-第一、detect.py 验证
+step1、detect.py 验证
+
 python detect.py --device cpu --weights yolov5s.pt
 
-第二、detect_qua.py 量化
+step2、detect_qua.py 量化
+
 python detect_qua.py --weights yolov5s.pt --cfg qua 
 
-第三、detect_qua_mlu.py 生成mlu220离线文件
+step3、detect_qua_mlu.py 生成mlu220离线文件
+
 python detect_qua_mlu.py  --weights yolov5s.pt --cfg mlu --jit True