xun-xh/yolov5-onnx-pyqt-exe
yolo模型使用cv2推理并使用qt5添加GUI后打包部署。pt模型转onnx模型;opencv.dnn完成推理;pyqt实现可视界面;打包为exe方便移植
This project helps operations engineers and quality control specialists implement real-time object detection on Windows systems. You can input live video streams (from cameras, network sources, or screens) or static images, and it will output a visual display with bounding boxes around detected objects. This is ideal for quickly deploying custom object detection solutions for monitoring, security, or inspection tasks without needing a complex development environment.
128 stars. No commits in the last 6 months.
Use this if you need a user-friendly, standalone application for detecting specific objects in video feeds or images on a Windows machine, especially after training your own Yolov5 model.
Not ideal if you require a highly customizable, backend-focused solution or if your primary deployment environment is not Windows.
Stars
128
Forks
21
Language
Python
License
—
Category
Last pushed
May 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/xun-xh/yolov5-onnx-pyqt-exe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
mindspore-lab/mindyolo
A toolbox of yolo models and algorithms based on MindSpore
ultralytics/assets
Ultralytics assets
stephanecharette/DarkHelp
C++ wrapper library for Darknet