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

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

README.md

small-target-reco

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

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

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