ZJDoc / VisionGuideLinks
视觉相关的编程语法、计算框架以及视觉库使用
☆39Updated last year
Alternatives and similar repositories for VisionGuide
Users that are interested in VisionGuide are comparing it to the libraries listed below
Sorting:
- ☆57Updated 2 years ago
- 本项目可以检测人是否佩戴口罩,若佩戴则输出绿框,未佩戴则输出红框; 本项目基于yolov5,部署通过TensorRT加速,帧率可达200FPS☆43Updated 3 years ago
- 在保持GT框检测的同时检测并输出多边形位置信息。☆74Updated 3 years ago
- TensorRT实现YOLOX部署☆13Updated 3 years ago
- 将端上模型部署过程中,常见的问题以及解决办法记录并汇总,希望能给其他人带来一点帮助。☆22Updated 3 years ago
- 旋转框检测的推理与计算☆23Updated 3 years ago
- Pytorch分布式训练框架☆81Updated 2 months ago
- ☆120Updated 2 years ago
- 这是一篇关于目标追踪的研究综述☆72Updated 5 years ago
- This project showcases the deployment of the RT-DETR model using ONNXRUNTIME in C++ and Python.☆56Updated 2 years ago
- Using TensorRT for Inference Model Deployment.☆49Updated last year
- 数据增强仓库Albumentations的使用☆59Updated 4 years ago
- OpenCV 扩展模块教程☆207Updated 5 years ago
- fish-kong/Yolov5-Instance-Seg-Tensorrt-CPP☆59Updated 2 years ago
- 自监督目标检测。针对目标检测任务,提出无需标签数据的自监督算法预训练 backbone,检测性能优于有标签的预训练。☆28Updated 3 years ago
- 代码☆42Updated 2 years ago
- YOLOX 训练自己的数据集 TensorRT加速 详细教程☆40Updated 3 years ago
- OpenVINO demo & Convert to OpenVINO IR ==完整又详细的Pytorch到OpenVINO转换流程 ><