Incalos / YOLO-Datasets-And-Training-MethodsLinks
This project involves making custom datasets for the YOLO series and model training methods for YOLO.
☆46Updated 2 months ago
Alternatives and similar repositories for YOLO-Datasets-And-Training-Methods
Users that are interested in YOLO-Datasets-And-Training-Methods are comparing it to the libraries listed below
Sorting:
- 🔥🔥🔥 Use streamlit framework to increase yolov8 front-end page interaction function☆106Updated 2 years ago
- The YOLOv11 C++ TensorRT Project in C++ and optimized using NVIDIA TensorRT☆117Updated 2 months ago
- 基于yolov5的C++单目摄像头测距☆39Updated 2 years ago
- 使用Nanodet+YoloV8-Pose实现指针仪表的实时检测、高精度读数识别(借助ncnn框架)☆200Updated last year
- https://github.com/amov-lab/SpireCV☆202Updated last year
- based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++☆57Updated 2 months ago
- 在Jetson AGX Xavier上部署yolov8-seg检测分割模型(带自适应低光照补偿)☆50Updated 10 months ago
- 本项目可以检测人是否佩戴口罩,若佩戴则输出绿框,未佩戴则输出红框; 本项目基于yolov5,部署通过TensorRT加速,帧率可达200FPS☆43Updated 4 years ago
- 本系统使用是一个django项目,主要功能包括多类型指针式仪表识别、文字识别、仪表模板管理等。仪表识别的过程为:使用OCR文字识别检测待测仪表图像的模板类型,读取模板图像和其对应的参数信息;然后进行模板匹配定位仪表位置,再获取指针角度以及计算仪表数值。☆41Updated 3 years ago
- 使用TensorRT加速YOLOv8-Seg,完整的后端框架,包括Http服务器,Mysql数据库,ffmpeg视频推流等。