All Projects → mxy493 → YOLOv5-Qt

mxy493 / YOLOv5-Qt

Licence: GPL-3.0 license
本项目为基于yolov5的GUI目标识别程序,支持选择要使用的权重文件,设置是否使用GPU、置信度阈值等参数。

Programming Languages

python
139335 projects - #7 most used programming language
NSIS
403 projects

Projects that are alternatives of or similar to YOLOv5-Qt

onnx tensorrt project
Support Yolov5(4.0)/Yolov5(5.0)/YoloR/YoloX/Yolov4/Yolov3/CenterNet/CenterFace/RetinaFace/Classify/Unet. use darknet/libtorch/pytorch/mxnet to onnx to tensorrt
Stars: ✭ 145 (+137.7%)
Mutual labels:  yolov5
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+13275.41%)
Mutual labels:  yolov5
Object-Detection-Knowledge-Distillation
An Object Detection Knowledge Distillation framework powered by pytorch, now having SSD and yolov5.
Stars: ✭ 189 (+209.84%)
Mutual labels:  yolov5
yolo slowfast
Yolov5+SlowFast: Realtime Action Detection Based on PytorchVideo
Stars: ✭ 99 (+62.3%)
Mutual labels:  yolov5
Yolov5-Deepsort
最新版本yolov5+deepsort目标检测和追踪,能够显示目标类别,支持5.0版本可训练自己数据集
Stars: ✭ 201 (+229.51%)
Mutual labels:  yolov5
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+5565.57%)
Mutual labels:  yolov5
yolov5 rotation
rotated bbox detection. inspired by https://github.com/hukaixuan19970627/YOLOv5_DOTA_OBB, thanks hukaixuan19970627.
Stars: ✭ 51 (-16.39%)
Mutual labels:  yolov5
deep utils
An open-source toolkit which is full of handy functions, including the most used models and utilities for deep-learning practitioners!
Stars: ✭ 73 (+19.67%)
Mutual labels:  yolov5
Yolov5-deepsort-driverDistracted-driving-behavior-detection
基于深度学习的驾驶员分心驾驶行为(疲劳+危险行为)预警系统使用YOLOv5+Deepsort实现驾驶员的危险驾驶行为的预警监测
Stars: ✭ 107 (+75.41%)
Mutual labels:  yolov5
pytorch YOLO OpenVINO demo
No description or website provided.
Stars: ✭ 73 (+19.67%)
Mutual labels:  yolov5
Yolov5
Efficient implementation of YOLOV5 in TensorFlow2
Stars: ✭ 146 (+139.34%)
Mutual labels:  yolov5
flexible-yolov5
More readable and flexible yolov5 with more backbone(resnet, shufflenet, moblienet, efficientnet, hrnet, swin-transformer) and (cbam,dcn and so on), and tensorrt
Stars: ✭ 282 (+362.3%)
Mutual labels:  yolov5
Active-learning-for-object-detection
Active learning for deep object detection using YOLO
Stars: ✭ 35 (-42.62%)
Mutual labels:  yolov5
yolov5 deepsort tensorrt cpp
This repo is a C++ version of yolov5_deepsort_tensorrt. Packing all C++ programs into .so files, using Python script to call C++ programs further.
Stars: ✭ 21 (-65.57%)
Mutual labels:  yolov5
epic-awesome-gamer
🍷 Gracefully claim weekly free games and monthly content from Epic Store.
Stars: ✭ 600 (+883.61%)
Mutual labels:  yolov5
tensorRT Pro
C++ library based on tensorrt integration
Stars: ✭ 857 (+1304.92%)
Mutual labels:  yolov5
Yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 19,914 (+32545.9%)
Mutual labels:  yolov5
Vehicle-Detection
Vehicle Detection Using Deep Learning and YOLO Algorithm
Stars: ✭ 96 (+57.38%)
Mutual labels:  yolov5
reflective-clothes-detect-yolov5
reflective-clothes-detect-dataset、helemet detection yolov5、工作服(反光衣)检测数据集、安全帽检测、施工人员穿戴检测
Stars: ✭ 295 (+383.61%)
Mutual labels:  yolov5
Deepstream Project
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.
Stars: ✭ 120 (+96.72%)
Mutual labels:  yolov5

简述

本项目为基于yolov5的GUI目标识别程序,支持选择要使用的权重文件,设置是否使用GPU、置信度阈值等参数。

注:该Demo为早期版本录制的动画,与新版存在部分差异!

Demo

环境

  • Python 3.8

安装和使用

注意:该程序由我个人开发,存在bug在所难免,但程序迭代了多个版本并一直在优化,因此强烈建议使用最新版代码!

安装依赖:

pip install -r requirements.txt

所有依赖安装成功后,程序即可正常运行!

初次使用需要对软件进行简单的配置,必不可少的是配置目标识别模型文件,模型文件可以从网络上下载,或者自己训练生成。这里为了简单说明本程序的使用方式,使用yolov5官方仓库提供的模型文件为例介绍,yolov5的每一个release都附带了训练好的模型文件可以对常见物体进行目标识别,请自行下载备用!

yolov5官方模型文件下载:https://github.com/ultralytics/yolov5/releases

模型文件准备好后,运行程序并点击主界面Settings按钮,在弹出的Settings对话框中配置Weights配置项,即模型文件的路径,然后点击Ok按钮保存设置,程序会自动加载对应模型文件,主界面有模型加载是否成功的提示。

模型加载成功后就可以点击主界面右下角Open/Close Camera按钮使用电脑的默认摄像头进行实时目标识别,或者你可以取消Use default camera的勾选,并在Source配置项中配置图片路径、视频路径或实时视频流地址后使用!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].