C/C++教程

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.
在这里插入图片描述

这篇关于Jetson 系列——基于yolov5对是否带口罩的检测,部属于jetson xavier nx,使用tensorrt、c++和int8加速,可用于边缘计算的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!