Put your hands up if the amount of times you wash your hands a day has quadrupled since February 2020.

P UT你的手如果倍量你洗你的手,每天自2020年2月翻了两番。

I can’t speak for where you are in the world, but over here in the United Kingdom, there’s great emphasis placed on the frequency of handwashing.

我不能代表您在世界上的位置,但是在英国的这里,人们非常重视洗手的频率。

There have been government-backed campaigns on the education of handwashing efficacy and general hand cleanliness.

已经有政府支持的关于洗手功效和一般洗手卫生教育的运动 。

Sanitising stations are commonplace in several central London transport hubs. And yet there is still understandable reluctance in the general public’s return to normalcy.

消毒站在伦敦市中心的几个交通枢纽很普遍。 然而,公众恢复正常状态仍然存在不容回避的感觉。

Transport bodies are even considering free transport initiative to encourage the public to venture out back into cities and use transport facilities.

运输机构甚至在考虑实行免费运输倡议,以鼓励公众冒险回到城市并使用运输设施。

Photo by Mélissa Jeanty on Unsplash
MélissaJeanty在 Unsplash上的 照片

But it seems that no matter how much I wash, sanitise and scrub my hands; when I step into a public environment, I’m still cautious of putting my hands near my mouth, eyes, and nose.

但是,无论我洗手多少,洗手多少和擦洗多少,似乎都没有问题。 当我进入公共环境时,我仍然对将手靠近嘴,眼睛和鼻子保持谨慎。

Since February there has been an influx of articles advising individuals on how to avoid touching their faces; see here, here and here.

自二月以来,有大量文章建议个人如何避免触摸自己的脸。 看到这里 , 这里和这里 。

The tips from health organisation and experts are helpful and worth incorporating into your daily routine to form a habit. Social distancing, elbow-elbow greeting and good hand hygiene are now rooted in our daily lives.

卫生组织和专家的提示是有帮助的,值得将其纳入您的日常工作中以养成习惯。 社交疏远,肘肘打招呼和良好的手部卫生已经植根于我们的日常生活中。

But if you are human like me, sometimes you forget.

但是,如果您像我一样是人类,有时您会忘记。

We forget to be cautious.

我们忘记保持谨慎。

提醒我 (Remind Me)

insung yoon on insung yoon在 Unsplash Unsplash拍摄

By day I’m a Computer Vision Engineer, and at night I tinker with various forms of technology.

白天,我是计算机视觉工程师,晚上则是修补各种形式的技术。

Most of my evenings are spent either writing about Artificial Intelligence topics or nerding away on side projects.

我的大部分晚上都花在写有关人工智能的话题上,或者呆在副项目上。

Regardless of the time of day, my smartwatch never fails to vibrate. Messages, events, notifications and alarms all trigger slight nudges on my smartwatch device as if to scream “pay attention!”.

无论一天中的什么时间,我的智能手表都不会振动。 消息,事件,通知和警报都会在我的智能手表设备上引起轻微的推动,仿佛在尖叫“ 注意! ”。

After some discussions with some clever friends of mine, over Zoom, I suggested tinkering with some code and creating a smartwatch app that can remind me to stop touching my face, or at least remind me to be cautious about hand to face contact.

经过与我的一些聪明朋友的讨论,在Zoom上,我建议修改一些代码并创建一个智能手表应用程序,该应用程序可以提醒我停止触摸我的脸,或者至少提醒我对手面对面的接触保持谨慎。

The idea is pretty simple. My smartwatch device will send a slight nudge if my watch arm was either next to or touching my face.

这个 想法 很简单。 如果我的手表臂靠近或触摸我的脸,我的智能手表设备会发出轻微的推动。

The aim was to have a form of a reminder that didn’t depend on my ability to stay constantly vigilant and cautious.

目的是要提供一种提醒方式,而不依赖于我保持警惕和谨慎的能力。

技术 (Technical)

Clément H on 克莱门特^ h上 Unsplash Unsplash

Smartwatches are jam-packed with sensors, accelerometer, gyroscopes, barometer, GPS etc.

Smartwatch装有传感器,加速计,陀螺仪,气压计,GPS等。

The data received by these sensors provide numerical information about your physical state, your environment and motion.

这些传感器接收的数据提供有关您的身体状态,环境和运动的数字信息。

Smartwatches ability to detect motion isn’t a surprise to most readers, especially when smartwatches typically tell you information such as your heart rate, steps taken, sleep length, hydration levels etc.

智能手表检测运动的能力对于大多数读者来说并不奇怪,特别是当智能手表通常会告诉您诸如心率,所采取的步伐,睡眠时间,水合水平等信息时。

Using some software magic and my rusty app development knowledge, I managed to put together an actual smartwatch application that can give you a nudge when I was touching my face or just about to.

利用一些软件魔术和生锈的应用程序开发知识,我设法将一个实际的智能手表应用程序组合在一起,可以在您触摸我的脸或刚要碰到它时为您提供一些帮助。

I called it Moretion(marriage between the words More and Motion).

我称它为 Moretion (更多与运动之间的婚姻)。

Let me explain how it all works.

让我解释一下这是如何工作的。

使用启发式 (Using Heuristics)

Smartwatch sensors spew out numerical data constantly.

Smartwatch传感器不断喷出数值数据。

Below is an image of what a subsection of numerical data from sensors can look like.

下图是来自传感器的数字数据子部分的外观图。

Just a bunch of numbers. (Image by author)
只是一堆数字。 (作者提供的图片)

The numbers in the image above probably don't make much sense to you, but when we plot some charts form these numbers, we get images that seem to provide a bit more sense.

上图中的数字可能对您没有多大意义,但是当我们用这些数字绘制一些图表时,我们得到的图像似乎更有意义。

Accelerometer data plotted
加速度计数据绘制
Gyroscope data plotted
陀螺仪数据绘制

You probably can notice a bunch of repeating patterns in the charts above — feel free to look again.

您可能会在上表中注意到一堆重复的样式-请随时查看。

What you are observing is me moving my hands towards and away from my face a bunch of times.

您正在观察的是我将手移开和移开我的脸很多次。

To detect when my hand was about to or already touching my face, all I had to do was select a threshold and get the smartwatch to vibrate when the threshold was reached or exceeded.

为了检测何时我的手即将或已经触摸到我的脸,我要做的就是选择一个阈值,并让智能手表在达到或超过该阈值时振动。

This simple idea worked pretty well, I will discuss some more finding soon, but let me share with you another interesting aspect of this project.

这个简单的想法效果很好,我将很快讨论更多发现,但让我与您分享该项目的另一个有趣方面。

使用机器学习 (Using Machine Learning)

I wouldn’t be doing this experimental project any justice if I didn’t use a bit of my machine learning knowledge.

如果我不使用一些机器学习知识,我将不会在这个实验项目上做出任何公正的决定。

Most machine learning applications or “AI” are powered by neural networks. A bunch of intelligent researchers have, to some degree, replicated the interactions between neurons in our brains with some cleverly written algorithms.

大多数机器学习应用程序或“ AI”都由神经网络提供支持。 一群聪明的研究人员在某种程度上已经通过一些巧妙编写的算法复制了大脑中神经元之间的相互作用。

Neural networks are good recognising patterns, and humans are also good at doing this too; it’s why you quickly noticed the oscillating patterns in the charts within the images above.

神经网络是很好的识别模式,人类也很擅长这样做。 这就是为什么您很快在上图中的图表中注意到了振荡模式的原因。

Recurrent Neural Networks(RNN) are utilised for detecting and predicting patterns within temporal data, just like the numbers in the image shown earlier.

循环神经网络(RNN)用于检测和预测时间数据中的模式,就像前面显示的图像中的数字一样。

Temporal data are usually structured sequentially, this makes RNNs extract features from data easily — there is more to it, but it’s beyond the scope of this article.

时态数据通常是按顺序构造的,这使得RNN可以轻松地从数据中提取特征-还有更多内容,但这超出了本文的范围。

Future versions of the Moretion application will have these neural networks implemented. Moretion will essentially be able to predict arm to face movement and send you a nudge before you fully complete the move itself.

Moretion应用程序的未来版本将实现这些神经网络。 在完全完成移动本身之前,Moretion基本上可以预测手臂到面对的移动并向您发送微动。

结果 (Results)

Falster 3 by Skagen Skagen的Falster 3

I’ve been using Moretion experimentally on Falster 3 smartwatch equipped with Wear OS by Google. I mostly turn the app on when I’m in public places like the London underground, trains, public parks etc.

我一直在配备Google Wear OS的Falster 3智能手表上实验性地使用Moretion。 当我在伦敦地铁,火车,公园等公共场所时,我通常会打开该应用程序。

There is no doubt that the nudge from my smartwatch does remind me that I should limit the number of times I’m touching my face. Sometimes I even forget that I have switched on Moretion and I’m taken by surprise when I get the ‘bzzz bzzz’ nudge from my smartwatch.

毫无疑问,智能手表的微调确实提醒我应该限制触摸脸部的次数。 有时,我什至忘记了我开启了Moretion,当我从智能手表上看到“ bzzz bzzz”微调时,我感到很惊讶。

If you have a Wear OS enabled smartwatch, then you can give Moretion a spin if you are curious. The application is still experimental and I’ll be conducting plenty of updates to it soon. At this point in time, it is in no shape or form a method of dependence, and you should always engage in good hand cleanliness.

如果您具有启用了Wear OS的智能手表,则可以在有好奇的情况下旋转Moretion。 该应用程序仍处于试验阶段,我将很快对其进行大量更新。 此时,它还没有形成任何形式或依赖的方法,您应该始终保持良好的手部清洁度。

Now there is a problem with Moretion that you might have noticed.

现在,您可能已经注意到,Moretion存在一个问题。

Moretion only nudges the wrist arm where the smartwatch is worn. When you touch your face with your other arm, you get no nudges or vibrations.

Moretion仅在佩戴智能手表的地方轻推腕臂。 当您用另一只手臂触摸脸部时,不会出现轻推或振动。

How to solve this is a challenge that I’ll be exploring soon, supposedly if enough people show interest in the project. I already have a few ideas in mind.

如果有足够的人对该项目感兴趣,那么我将很快探索如何解决这个问题。 我已经有了一些想法。

未来发展 (Future Development)

There’s still a lot of work to be done on Moretion.

在Moretion上仍有许多工作要做。

Below are a few areas of work and research I’ll be exploring:

以下是我将要探索的一些工作和研究领域:

  • Battery Optimisation: Reading from multiple sensors is very expensive, battery wise. I’ve limited the running time of Moretion to a few hours and enable the application to function as a background process. There are plenty of more battery optimisation techniques that I can leverage to reduce battery consumption.

    电池优化:从电池角度来看,从多个传感器读取数据非常昂贵。 我将Moretion的运行时间限制为几个小时,并使该应用程序能够作为后台进程运行。 我可以利用许多其他的电池优化技术来减少电池消耗。

  • Apple, Fitbit: I am also working on an Apple version of Moretion and with some additional work, a Fitbit version can definitely be developed. I have developed a version of Moretion that works on both Apple and Fitbit smartwatches.

    苹果公司,Fitbit:我还正在开发Apple版本的Moretion,并且通过一些其他工作,肯定可以开发出Fitbit版本。 我已经开发了适用于Apple和Fitbit智能手表的Moretion版本。

  • NHS Approval: After undergoing some extensive research work and survey, if there is a benefit of using Moretion to limit the amount of hand to face contact, then I’ll be exploring the possibility of making it an officially approved NHS app. This is entirely depending on research efforts and Moretion usage results.

    NHS批准 :在进行了广泛的研究和调查之后,如果使用Moretion来限制手与脸的接触量会有益处,那么我将在探索使其成为正式批准的NHS应用的可能性。 这完全取决于研究工作和Moretion使用结果。

  • Research/Survey: There is a considerable amount of effort required to examine the effectiveness of the Moretion smartwatch application. This effort will involve user testing and monitoring when the smartwatch application is utilised.

    研究/调查 :要检查Moretion智能手表应用程序的有效性需要付出大量的精力。 这项工作将涉及用户测试和监视何时使用smartwatch应用程序。

信息和联系方式 (Information and Contact)

Moretion Logo Moretion徽标

如果您有配备Wear OS的智能手表,请随时尝试Moretion 。 (Feel free to try out Moretion if you have a smartwatch with Wear OS.)

Contact me to discuss other enquires or your experience with it.

与我联系 以讨论其他咨询或您的经验。

Connect with me on LinkedIn.

在LinkedIn上与我联系。

翻译自: https://towardsdatascience.com/how-im-using-smartwatch-sensors-to-limit-covid-19-infection-51abe04f81f9


http://www.taodudu.cc/news/show-6024072.html

相关文章:

  • STM32CubeMX(11) ——JY901陀螺仪数据的读取与简单数据处理
  • STM32_iC-MHM磁编码器使用
  • 程序员和算法
  • http://bbs.csdn.net/topics/392028373
  • 【Ruby on Rails全栈课程】4.3 评论功能实现(二)--创建帖子详情页面
  • 面向Instagram信息采集的网络爬虫
  • 魔与道java版本_魔与道360版下载
  • java math 函数库_java数学函数库 API(转)
  • C语言编程————杨辉三角
  • Python - 面向对象编程
  • Python 用“*” 输出三角形的代码写法
  • 往年实验编程题
  • 010 面向对象编程
  • 大一python基础编程试卷_Python编程基础练习题
  • C++初步之核心编程篇五:多态与虚函数类
  • 一篇关于编程的文章,启发你的编程知识
  • c语言编程矩阵鞍点函数,c语言 任意输入一个3×3的矩阵,用函数实现求上三角矩阵并输出。...
  • 【青少年编程】【四级】计算三角形面积
  • 2020年NOC创新编程赛编程猫热身活动部分模拟题和答案解析
  • IOS下localstorage不起作用提示
  • 如何优雅的创建一个Java不可变对象类,JDK源码中也是这么干的!
  • MySQL索引面试题六连击
  • 我应该拿什么来拯救你,我的游戏?
  • 瑞数信息的“狩猎术”
  • 个人永久性免费-Excel催化剂功能第21波-Excel与Sqlserver零门槛交互-执行SQL语句篇...
  • 30000台苹果电脑遭恶意软件入侵,包括最新的M1系列!
  • 如何使用python-如何用Python提取中文关键词?
  • 关于MySQL索引面试题的6连炮!招架的住吗?
  • python计算机视觉:创建缩略图
  • HEIC格式怎么转换?掌握这个方法,轻松实现!

我如何使用smartwatch传感器限制covid 19感染相关推荐

  1. covid 19如何重塑美国科技公司的工作文化

    未来 , 技术 , 观点 (Future, Technology, Opinion) Who would have thought that a single virus would take dow ...

  2. stata中心化处理_带有stata第2部分自定义配色方案的covid 19可视化

    stata中心化处理 This guide will cover an important, yet, under-explored part of Stata: the use of custom ...

  3. 【李宏毅《机器学习》2022】作业1:COVID 19 Cases Prediction (Regression)

    文章目录 [李宏毅<机器学习>2022]作业1:COVID 19 Cases Prediction (Regression) 作业内容 1.目标 2.任务描述 3.数据 4.评价指标 代码 ...

  4. ikeas电子商务在covid 19时期就已经很糟糕了,它绝对崩溃了

    By Mark Wilson 马克·威尔逊(Mark Wilson) Ikea has long known the shortcomings of its business. The world's ...

  5. covid 19个案例数据如何收集

    This week, health informatics became a hot topic in the US as the responsibility for collecting COVI ...

  6. 语料库建立_通过挖掘covid 19科学语料库建立对病毒的理解

    语料库建立 At the time I publish this, we are entering the 9th month since COVID-19 froze the world. Sinc ...

  7. IEEE R10 2021 Special Call For Proposals Related To CoViD‘19

    Great way for visualize the time remaining https://sac.ieeer10.org/special-cfp-covid-19/

  8. 用python进行营销分析_用python进行covid 19分析

    用python进行营销分析 Python is a highly powerful general purpose programming language which can be easily l ...

  9. 亚洲国家互联网渗透率_发展中亚洲国家如何回应covid 19

    亚洲国家互联网渗透率 The COVID-19 pandemic has severely hit various economies across the world, with global im ...

最新文章

  1. PMP-【第10章 项目沟通管理】-2021-2-16(220页-231页)
  2. 十大编程算法助程序员走上高手之路
  3. Java黑皮书课后题第8章:**8.17(金融风暴)银行会互相借款……银行的总资产是它当时的余款减去它欠其他银行的贷款。如果一个银行的总资产在某个限以下,那么这个银行是不安全的。编写程序,找出所有不安
  4. java枚举新特性_java回顾之枚举和新特性
  5. java中审核订单流程图_Java 后端横扫阿里、滴滴、美团总结的面试经验!
  6. python开发软件的实例-如何编写Python软件开发文档(7个技巧)
  7. 华为鸿蒙系统再公测,安卓再见!华为正式发布鸿蒙系统公测版!
  8. 二、信号分解 —> 变分模态分解(VMD)学习笔记
  9. Revealing the predictability of intrinsic structure in complex networks
  10. leetcode76 904
  11. GEE:内存超限?将研究区划分成规则的小块运算
  12. 自然语言处理(NLP)-模型常用技巧:Mask【Padding Mask、Subsequent Mask】
  13. 在MySQL中创建视图的X种方式
  14. HTML学习笔记(实体+meta标签+块、行内元素+语义化标签+布局标签)
  15. CVPR2022——Not All Points Are Equal : IA-SSD
  16. 程序员如何画好架构图?
  17. 为什么我们要替换Docker?
  18. 最全去水印的视频解析工具,完全免费的小程序
  19. Couldn't find preset es2015 relative to directory
  20. Java序列化敏感字段加密

热门文章

  1. 年薪120W的架构师简历你见过吗?java程序员该如何达到?
  2. 精心打造中国第一个商用3G网络
  3. Python基础_第2章_Python运算符与if结构
  4. axure原型怎么让文字自动换行_Axure动态面板教程(快速入门+轮播图案例)
  5. python判断列表之间是否为包含关系,不用自定义函数
  6. m3云服务器_“中国球迷”索尼A7RM3及镜头下的情况肖像
  7. 如何写一封好的情书?Python三步爬取全网情诗信息
  8. 机器人搭建记录 yobot(LinuxWindows手动搭建)
  9. win8虚拟机_VMware 15虚拟机VM软件安装教程
  10. Win10_11使用VMware等启动虚拟机蓝屏报错等一些列问题解决方案