分别使用OpenCV、ONNXRuntime部署yolov5检测车牌和4个角点,包含C++和Python两个版本的程序
☆73Feb 7, 2022Updated 4 years ago
Alternatives and similar repositories for yolov5-detect-car_plate_corner
Users that are interested in yolov5-detect-car_plate_corner are comparing it to the libraries listed below
Sorting:
- 使用OpenCV部署faster-rcnn检测证件照,包含C++和Python两种版本的程序,仅仅只依赖opencv库就能运行☆13Dec 12, 2021Updated 4 years ago
- 使用ONNXRuntime部署百度飞桨开源PP-Vehicle车辆分析,包含车辆检测,识别车型和车辆颜色,车牌检测,车牌识别5个功能,不依赖PaddlePaddle就能运行,包含C++和Python两个版本的程序☆64Mar 29, 2023Updated 2 years ago
- 使用ONNXRuntime部署yolov5-lite目标检测,包含C++和Python两个版本的程序☆58Feb 7, 2022Updated 4 years ago
- 使用OpenCV部署L2CS-Net人脸朝向估计,包含C++和Python两个版本的程序,只依赖opencv库就可以运行☆21Aug 12, 2023Updated 2 years ago
- 使用OpenCV部署HybridNets,同时处理车辆检测、可驾驶区域分割、车道线分割,三项视觉感知任务,包含C++和Python两种版本的程序实现。本套程序只依赖opencv库就可以运行, 彻底摆脱对任何深度学习框架的依赖。☆21May 19, 2023Updated 2 years ago
- 使用onnxruntime部署C2PNet图像去雾,包含C++和Python两个版本的程序☆11Apr 11, 2024Updated last year
- 基于Yolov5车牌检测,更快更准.☆1,283Feb 7, 2022Updated 4 years ago
- C++版本的sort算法,可无缝添加在检测器后进行实时多目标跟踪☆12Dec 1, 2022Updated 3 years ago
- 使用onnxruntime部署YOWOv2视频动作检测,包含C++和Python两个版本的程序☆30Nov 4, 2025Updated 4 months ago
- ☆10Mar 3, 2021Updated 5 years ago
- 分别使用OpenCV、ONNXRuntime部署DIS高精度图像二类分割,包含C++和Python两种版本的程序☆18Jan 2, 2024Updated 2 years ago
- 使用OpenCV+onnxruntime部署开放域目标检测,包含C++和Python两个版本的程序☆11Jan 4, 2024Updated 2 years ago
- 基于yolov5的人脸检测,带关键点检测☆255Aug 11, 2021Updated 4 years ago
- 使用onnxruntime部署夜间雾霾图像的可见度增强,包含C++和Python两个版本的程序☆13Feb 17, 2024Updated 2 years ago
- A simple ROS node to fuse different lasercan sources in a single laserscan message in a given frame.☆12May 4, 2021Updated 4 years ago
- ☆13Mar 6, 2023Updated 3 years ago
- 使用OpenCV部署RecRecNet广角图像畸变矫正,包含C++和Python两个版本的程序☆15Jul 5, 2024Updated last year
- ☆15Oct 14, 2023Updated 2 years ago
- ☆11Sep 24, 2019Updated 6 years ago
- Hypergrid is a ROS package for building local maps from multiple sensors in the blink of an eye☆19Jul 12, 2019Updated 6 years ago
- 使用BiSeNet做人脸面部解析,包含了基于pytorch, opencv, onnxruntime三种库的程序实现,并且比较了在调用三种库的输入和输出的差异☆15May 7, 2021Updated 4 years ago
- 使用ONNXRuntime部署anchor-free系列的YOLOR,包含C++和Python两种版本的程序☆41Sep 18, 2021Updated 4 years ago
- 基于yolov5的车牌检测,包含车牌角点检测☆164Jun 8, 2022Updated 3 years ago
- 深度学习车牌检测与识别,检测结果包含车牌矩形框和4个角点,基于pytorch框架运行☆116Jan 12, 2022Updated 4 years ago
- 使用TensorRT部署SlowFast模型☆24Mar 2, 2022Updated 4 years ago
- TensorRT int8 量化部署 yolov5s 模型,实测3.3ms一帧!☆171Apr 23, 2021Updated 4 years ago
- using deep learining to detect keypoints in PyTorch☆19Dec 9, 2019Updated 6 years ago
- ☆16Nov 18, 2020Updated 5 years ago
- ☆45May 21, 2024Updated last year
- A width-based Monocular Person Following system with Global descriptor, Ridge Regression online target classifier and Short-Long-Term sam…☆23Sep 27, 2022Updated 3 years ago
- 使用ONNXRuntime部署PP-YOLOE目标检测,支持PP-YOLOE-s、PP-YOLOE-m、PP-YOLOE-l、PP-YOLOE-x四种结构,包含C++和Python两个版本的程序☆21Jun 10, 2022Updated 3 years ago
- 用opencv的dnn模块做yolov5目标检测,包含C++和Python两个版本的程序☆536Feb 26, 2022Updated 4 years ago
- ☆24Aug 7, 2021Updated 4 years ago
- 使用OpenCV部署P2PNet人群检测和计数,包含C++和Python两种版本的实现☆55Dec 4, 2021Updated 4 years ago
- 分别使用OpenCV,ONNXRuntime部署yolov5不规则四边形目标检测,包含C++和Python两个版本的程序☆28May 4, 2022Updated 3 years ago
- 使用OpenCV部署YOLOX,支持YOLOX-S、YOLOX-M、YOLOX-L、YOLOX-X、YOLOX-Darknet53五种结构,包含C++和Python两种版本的程序☆158Oct 21, 2021Updated 4 years ago
- 人体姿态估计的android端实现,采用yolox-nano作为目标检测器☆56Mar 4, 2022Updated 4 years ago
- YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)☆2,379Jul 22, 2024Updated last year
- 使用onnxruntime部署实时视频帧插值,包含C++和Python两个版本的程序☆28Feb 14, 2024Updated 2 years ago