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

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模型