Adding Cloud-Based Deep-Learning Object Detection Capability to Home Surveillance Camera Sy...

栏目: IT技术 · 发布时间: 3年前

内容简介:I recently installed a surveillance system equipped with four cameras and a Network Video Recorder (NVR) around my house. Unfortunately, almost all false alarms were triggered by moving plants or tree shadows or squirrels. None of these alarms can be filte

Practical Deep Learning from Jupyter to Serverless Web Application

Jun 14 ·5min read

I recently installed a surveillance system equipped with four cameras and a Network Video Recorder (NVR) around my house. Unfortunately, almost all false alarms were triggered by moving plants or tree shadows or squirrels. None of these alarms can be filtered out by traditional image processing capabilities coming with the system.

Like most deep learning practitioners, I know object detection programs can filter out these false alarms. But they either require an expensive commercial contract or a computer on my home network. Since I want to keep the cost low, having a computer seems the right choice. However, it’s still a rather large initial capital investment plus the recurring 24/7 electricity cost. The computer also requires setup, maintenance, and shelf space. Its fan noise or heat dissipation from the closet is another nonsense I prefer not to deal with at home.

Adding Cloud-Based Deep-Learning Object Detection Capability to Home Surveillance Camera Sy...

Most false alarms are simply trigged by moving tree shade and plants. These false alarms cannot be filtered out using traditional image processing techniques such as adjusting contrast threshold or setting active zones

Upon further research, I found out using serverless web APIs is the best solution. It not only gives fast response but also charges a very small fee based on usages. I also want to optimize the deep learning algorithm by myself or to reconfigure the implementation for advanced deep learning applications. I have thus chosen MXNet running on AWS. The combination allows easy deep learning code development using Jupyter, optimized library performance, abundant pre-trained models, and the powerful open cloud infrastructure.


以上所述就是小编给大家介绍的《Adding Cloud-Based Deep-Learning Object Detection Capability to Home Surveillance Camera Sy...》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

C语言名题精选百则技巧篇

C语言名题精选百则技巧篇

冼镜光 / 机械工业出版社 / 2005-7 / 44.00元

《C语言名题精选百则》(技巧篇)收集了100则C语言程序设计题,共分9类。第一类比较简单,主要希望读者了解到《C语言名题精选百则》(技巧篇)的题目、解法与其他书籍之间的差异;第二至六类分别是关于数字、组合数学或离散数学、查找、排序、字符串等方面的题目;第七类列出了一些不太容易归类的题目,如Buffon丢针问题、Dijkstra的三色旗问题等;第八类则收录了一些有趣的、娱乐性的题目,如魔方阵等;第九......一起来看看 《C语言名题精选百则技巧篇》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换