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

上一篇:Jetson TX2 power mode功耗模式


下一篇:运用Autoconf和Automake生成Makefile的学习之路