×

ARMD机器人面具检测器开源分享

消耗积分:0 | 格式:zip | 大小:0.07 MB | 2023-06-29

刘桂英

分享资料个

描述

 
poYBAGN7IweAJrPBAAhW3b96Om0483.jpg
 
1 / 2
 

ARMD是一个基于AIMl的项目。它使用相机来检测面部和进一步的面罩在这次冠状病毒 ( Covid-19 ) 全球大流行期间,戴口罩只会减少受影响的机会。这个机器人可以找到面具,它也有一个自动语音反馈系统现在让我们看看如何制作它!

补给品:

树莓派 4B(推荐4gb )-亚马逊

Pi 相机 V2 -亚马逊

32 GB Class 10 A1 MicroSD 卡(安装了 Raspberrypi Os)-亚马逊

Raspberry pi 冷却器风扇和散热器 -亚马逊

扬声器 -亚马逊

第 1 步:做好准备

首先,这个项目需要访问树莓派桌面。所以你需要一个显示器鼠标和一个键盘,或者你可以使用 SSH 或 VNC。

启动您的 Raspberry pi 并将此存储库克隆到您的 pi

git clone https://github.com/sanjus-robotic-studio/ARMD.git

现在安装虚拟环境所需的软件包:

sudo pip3 install virtualenv
sudo pip3 install virtualenvwrapper

我们需要编辑 .profile 文件以设置 1) 变量 WORKON_HOME 和 VIRTUALENVWRAPPER_PYTHON 到包含我们的虚拟环境的 directory.virtualenvs 的路径和 2) 知道 shell 文件 virualenvwrapper.sh 的位置。在终端窗口类型中:

sudo nano ~/.profile

将这些行添加到文件的底部

export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
VIRTUALENVWRAPPER_PYTHON=/usr/bin/python[YOUR-PYTHON-VERSION]

现在保存并退出 nano 并输入

source ~/.profile

现在导航到您克隆的本地目录并创建一个虚拟环境“要求”

cd YOUR-USERNAME/home/ARMD
mkvirtualenv requir -p /usr/bin/YOUR_PYTHON_VERSION

并激活它

workon requir

现在安装项目所需的文件

pip3 install -r requirements.txt

此命令将自动安装所需文件

现在是文字转语音(TTS)。我们将使用 picoTTS,按照此指南picoTTS安装它

安装 picotts 后继续连接。

第 2 步:连接

关闭 pi 的电源并将相机连接到 pi。

与 LED 的连接:

红灯

正极 - GPIO 17

负极 - 接地

绿灯

正极 - GPIO 27

负极 - 接地

将辅助电缆连接到 3.5 毫米音频插孔,另一端连接到扬声器。

第 3 步:测试

我已经训练了模型,它也包含在代码中。因此,如果您想向数据集添加更多图像,您还可以将更多图像添加到数据集文件夹并运行 train-mask-detector.py 文件。打开终端并执行以下命令

cd YOUR-USERNAME/home/ARMD
workon requir
python3 train_mask_detector.py datase --dataset

现在让我们测试一下。在任何 python 空闲中打开 ARMD.py 文件,然后按 F5。

代码将开始。享受测试吧!!

第 4 步:工作

 
poYBAGN7IxGAYBuWAAD4hK_2kNo816.jpg
 

 

 

 

 

 


声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !

'+ '

'+ '

'+ ''+ '
'+ ''+ ''+ '
'+ ''+ '' ); $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code ==5){ $(pop_this).attr('href',"/login/index.html"); return false } if(data.code == 2){ //跳转到VIP升级页面 window.location.href="//m.lene-v.com/vip/index?aid=" + webid return false } //是会员 if (data.code > 0) { $('body').append(htmlSetNormalDownload); var getWidth=$("#poplayer").width(); $("#poplayer").css("margin-left","-"+getWidth/2+"px"); $('#tips').html(data.msg) $('.download_confirm').click(function(){ $('#dialog').remove(); }) } else { var down_url = $('#vipdownload').attr('data-url'); isBindAnalysisForm(pop_this, down_url, 1) } }); }); //是否开通VIP $.get('/article/vipdownload/aid/'+webid,function(data){ if(data.code == 2 || data.code ==5){ //跳转到VIP升级页面 $('#vipdownload>span').text("开通VIP 免费下载") return false }else{ // 待续费 if(data.code == 3) { vipExpiredInfo.ifVipExpired = true vipExpiredInfo.vipExpiredDate = data.data.endoftime } $('#vipdownload .icon-vip-tips').remove() $('#vipdownload>span').text("VIP免积分下载") } }); }).on("click",".download_cancel",function(){ $('#dialog').remove(); }) var setWeixinShare={};//定义默认的微信分享信息,页面如果要自定义分享,直接更改此变量即可 if(window.navigator.userAgent.toLowerCase().match(/MicroMessenger/i) == 'micromessenger'){ var d={ title:'ARMD机器人面具检测器开源分享',//标题 desc:$('[name=description]').attr("content"), //描述 imgUrl:'https://'+location.host+'/static/images/ele-logo.png',// 分享图标,默认是logo link:'',//链接 type:'',// 分享类型,music、video或link,不填默认为link dataUrl:'',//如果type是music或video,则要提供数据链接,默认为空 success:'', // 用户确认分享后执行的回调函数 cancel:''// 用户取消分享后执行的回调函数 } setWeixinShare=$.extend(d,setWeixinShare); $.ajax({ url:"//www.lene-v.com/app/wechat/index.php?s=Home/ShareConfig/index", data:"share_url="+encodeURIComponent(location.href)+"&format=jsonp&domain=m", type:'get', dataType:'jsonp', success:function(res){ if(res.status!="successed"){ return false; } $.getScript('https://res.wx.qq.com/open/js/jweixin-1.0.0.js',function(result,status){ if(status!="success"){ return false; } var getWxCfg=res.data; wx.config({ //debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印。 appId:getWxCfg.appId, // 必填,公众号的唯一标识 timestamp:getWxCfg.timestamp, // 必填,生成签名的时间戳 nonceStr:getWxCfg.nonceStr, // 必填,生成签名的随机串 signature:getWxCfg.signature,// 必填,签名,见附录1 jsApiList:['onMenuShareTimeline','onMenuShareAppMessage','onMenuShareQQ','onMenuShareWeibo','onMenuShareQZone'] // 必填,需要使用的JS接口列表,所有JS接口列表见附录2 }); wx.ready(function(){ //获取“分享到朋友圈”按钮点击状态及自定义分享内容接口 wx.onMenuShareTimeline({ title: setWeixinShare.title, // 分享标题 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享给朋友”按钮点击状态及自定义分享内容接口 wx.onMenuShareAppMessage({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 type: setWeixinShare.type, // 分享类型,music、video或link,不填默认为link dataUrl: setWeixinShare.dataUrl, // 如果type是music或video,则要提供数据链接,默认为空 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ”按钮点击状态及自定义分享内容接口 wx.onMenuShareQQ({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到腾讯微博”按钮点击状态及自定义分享内容接口 wx.onMenuShareWeibo({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); //获取“分享到QQ空间”按钮点击状态及自定义分享内容接口 wx.onMenuShareQZone({ title: setWeixinShare.title, // 分享标题 desc: setWeixinShare.desc, // 分享描述 link: setWeixinShare.link, // 分享链接 imgUrl: setWeixinShare.imgUrl, // 分享图标 success: function () { setWeixinShare.success; // 用户确认分享后执行的回调函数 }, cancel: function () { setWeixinShare.cancel; // 用户取消分享后执行的回调函数 } }); }); }); } }); } function openX_ad(posterid, htmlid, width, height) { if ($(htmlid).length > 0) { var randomnumber = Math.random(); var now_url = encodeURIComponent(window.location.href); var ga = document.createElement('iframe'); ga.src = 'https://www1.elecfans.com/www/delivery/myafr.php?target=_blank&cb=' + randomnumber + '&zoneid=' + posterid+'&prefer='+now_url; ga.width = width; ga.height = height; ga.frameBorder = 0; ga.scrolling = 'no'; var s = $(htmlid).append(ga); } } openX_ad(828, '#berry-300', 300, 250);