kanvy

Results 5 issues of kanvy

自己训练的权重导出onnx后,运行程序报错,用yolov5s.onnx程序正常,请问怎么使用自己训练的网络? ![1712972844023](https://github.com/hpc203/yolov5-v6.1-opencv-onnxrun/assets/91108548/b81648b2-a6d4-4788-aa0b-ebb12aa45189)

对yolov5s进行轻量化设计,骨干网络用shufflenetV2来进行代替,其他保持不变,代码中的种类已经修改 报错位置: ![image](https://github.com/UNeedCryDear/yolov7-opencv-dnn-cpp/assets/91108548/254e7dee-05ad-48f2-a575-7dd3ade76fb7) 修改后的网络输出: ![image](https://github.com/UNeedCryDear/yolov7-opencv-dnn-cpp/assets/91108548/b00f8619-ebf7-4c42-ab0f-f15e7cb03576) 原模型网络输出: ![image](https://github.com/UNeedCryDear/yolov7-opencv-dnn-cpp/assets/91108548/1f6a6b89-0cf4-4fcd-bfb5-3d6e20b5b5a3)

How to implement on Windows system?When I want to assign my own model path, I will fail to read the onnx model. ![image](https://github.com/Hexmagic/ONNX-yolov5/assets/91108548/5055c695-f80b-4d1d-8eca-70fcaac1c75c)