Browse Source

README.md

clshuaige 1 month ago
parent
commit
f7c91b793f
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -1,3 +1,8 @@
 # small-target-reco
 # small-target-reco
 
 
-解决小目标检测问题的算法集
+解决小目标检测问题的算法集
+
+onnx2trt.py:将onnx模型转换为tensorrt模型
+onnx模型:yolo-crowd-n.onnx
+
+yolov5_trt.cpp:使用tensorrt部署yolov5模型