编程语言
首页 > 编程语言> > Jetson 系列——基于yolov5对是否带口罩的检测,部属于jetson xavier nx,使用tensorrt、c++和int8加速,可用于边缘计算

Jetson 系列——基于yolov5对是否带口罩的检测,部属于jetson xavier nx,使用tensorrt、c++和int8加速,可用于边缘计算

作者:互联网

项目简介:

代码地址:
github地址:https://github.com/RichardoMrMu/yolov5-mask-detect
github python地址:https://github.com/RichardoMrMu/yolov5-mask-detection-python
gitee c++地址:https://gitee.com/mumuU1156/yolov5-mask-detect
gitee python地址:https://gitee.com/mumuU1156/yolov5-mask-detection-python
欢迎start或提出你的issue、改进建议。
本项目使用yolov5实现是否带口罩的检测,使用c++实现,并用tensorrt加速,尝试了不同大小的模型,同时使用int8加速,在Jetson Xavier nx上整个项目的推理时间在30ms左右,即33FPS的速度。
You can see video play in BILIBILI, or YOUTUBE.
在这里插入图片描述

标签:yolov5,github,python,mask,c++,gitee,https,jetson
来源: https://blog.csdn.net/weixin_42264234/article/details/121323704