解决小目标检测问题的算法集

clshuaige f7c91b793f README.md 1 month ago
CMakeFiles 2aa98f254c init 1 month ago
.gitignore 8bce4de154 Initial commit 1 month ago
CMakeCache.txt 2aa98f254c init 1 month ago
CMakeLists.txt 2aa98f254c init 1 month ago
Makefile 2aa98f254c init 1 month ago
README.md f7c91b793f README.md 1 month ago
cmake_install.cmake 2aa98f254c init 1 month ago
create_trt.cpp 2aa98f254c init 1 month ago
cy.log 2aa98f254c init 1 month ago
image.jpg 2aa98f254c init 1 month ago
image.png 2aa98f254c init 1 month ago
onnx2trt.py 2aa98f254c init 1 month ago
result.jpg 2aa98f254c init 1 month ago
test_trt.cpp 2aa98f254c init 1 month ago
yolo-crowd 2aa98f254c init 1 month ago
yolo-crowd-n.onnx 2aa98f254c init 1 month ago
yolov5-crowd-n.engine 2aa98f254c init 1 month ago
yolov5.cpp 2aa98f254c init 1 month ago
yolov5_trt.cpp c89936e146 加注释 1 month ago

README.md

small-target-reco

解决小目标检测问题的算法集

onnx2trt.py:将onnx模型转换为tensorrt模型 onnx模型:yolo-crowd-n.onnx

yolov5_trt.cpp:使用tensorrt部署yolov5模型