# yolo-fastest-xl-based-on-opencv-DNN-using-onnx **Repository Path**: zhengruiguo/yolo-fastest-xl-based-on-opencv-DNN-using-onnx ## Basic Information - **Project Name**: yolo-fastest-xl-based-on-opencv-DNN-using-onnx - **Description**: yolo-fastest-xl based on opencv DNN using onnx - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-10 - **Last Updated**: 2022-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yolo-fastest-xl based on opencv DNN using onnx ## Config win10 VS2015 opencv4.5.1 ## 介绍 - 基于opencv4.5.1的DNN模块实现yolo-fastest-xl的前向推理; - 使用pytorch将模型导出为onnx格式,并使用DNN加载; - 代码中加入较为详细的注释方便读者理解。 ## 致谢参考代码 - [https://github.com/berak/opencv_smallfry/blob/605f5fdb4b55d8e5fe7e4c859cb0784d1007ffdd/demo/cpp/pnet.cpp](https://github.com/berak/opencv_smallfry/blob/605f5fdb4b55d8e5fe7e4c859cb0784d1007ffdd/demo/cpp/pnet.cpp) - [https://github.com/hpc203/yolov34-cpp-opencv-dnn](https://github.com/hpc203/yolov34-cpp-opencv-dnn)