lizheyong / RailBot-Multi-Instrument-RecognitionLinks
变电站轨道机器人仪表识别
☆20Updated last year
Alternatives and similar repositories for RailBot-Multi-Instrument-Recognition
Users that are interested in RailBot-Multi-Instrument-Recognition are comparing it to the libraries listed below
Sorting:
- 本系统使用是一个django项目,主要功能包括多类型指针式仪表识别、文字识别、仪表模板管理等。仪表识别的过程为:使用OCR文字识别检测待测仪表图像的模板类型,读取模板图像和其对应的参数信息;然后进行模板匹配定位仪表位置,再获取指针角度以及计算仪表数值。☆40Updated 3 years ago
- QT+NCNN 小米手机运行YOLOv8s☆148Updated 2 years ago
- 基于yolov5_7.0 pyside6 active_learning 开发的人工智能主动学习外周血细胞目标检测系统☆21Updated last year
- Visual QT interface for deploying YOLOv5 and YOLOv8☆47Updated last year
- 基于YOLOv8和PYQT5的检测界面☆45Updated last year
- 指针式仪表读数python程序☆85Updated 3 years ago
- 使用yolov8-pose进行人体关键点检测,通过计算人体各关键点关系进行人体摔倒检测(ncnn框架实现)☆75Updated last year
- yolo模型使用cv2推理并使用qt5添加GUI后打包部署。pt模型转onnx模型;opencv.dnn完成推理;pyqt实现可视界面;打包为exe方便移植☆126Updated 2 years ago
- 该数据集包括yolo和slp两种格式,数据集中根据与猪只估重和姿态跟踪相关的体表参数,确定关键点。其中yolo格式数据集中除了常规的目标框外,还多了16个关键点;而slp数据集为猪只关键点组成的骨架。☆14Updated 2 years ago
- 基于streamlit的YOLOv8可视化交互界面☆36Updated 2 years ago
- 目标检测+目标跟踪+单目测距+姿态识别+车道线识别+车牌识别+A star算法+车辆跟踪与测距等视觉项目☆14Updated 11 months ago
- This project utilizes PyQt5, YOLOv8, and TensorFlow for vehicle detection and identification, including speed monitoring and fine issuanc…☆103Updated 2 years ago
- inference yolov8 obb in android demo☆19Updated last year
- This YOLOv5🚀😊 GUI road sign system uses MySQL💽, PyQt5🎨, PyTorch, CSS🌈. It has modules for login🔑, YOLOv5 setup📋, sign recognitio…☆229Updated last year
- 基于 yolov5 和 PyQt5 开发工具搭建了实时违法检测区域入侵软件,支持自定义检测区域、多种对象检测以及事件信息统计。☆98Updated 2 years ago
- 本项目用于识别电梯监控视角内的电动车以及自行车。基于电梯内视角数据集对yolo预训练模型进行微调。提供了基于检测的方法与基于跟踪的方法。基于检测的方法会对检测到有目标实例的每一帧返回标注图像, 基于跟踪的方法则在此基础上进行了去重。