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

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

内容简介: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++面向对象程序设计

萨维奇 (Walter Savitch) / 周靖 / 清华大学出版社 / 2003-12 / 59.0

《C++面向对象程序设计》具备良好的编排体系,适合打算涉足编程领域的读者阅读,尤其适合大一学生。它最大的特色是Savitch教授最受欢迎的写作风格,这一风格非常适合初学者,能迅速引导他们开始编程实践。《C++面向对象程序设计》包括全面的习题、项目、编程提示、编程示例、编程陷阱以及有用的小结,以帮助初学者更清楚地了解C++。一起来看看 《C++面向对象程序设计》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具