Copyright Rocky43007 2020
This code works with prototype editions of Glasses which Would help people see. Uses Python 3, OpenCV, and OpenVINO, with the Intel Movidius Neural Compute Stick 2, and code created by Adrian at PyImageSearch. Raspbery Pi and NCS2 Stick Required for functionality for Image detection, as well as a Raspberry Pi Camera. Works best with Raspberry Pi 4 and beyond, with a requried 4GB of ram for optimal and fast responses. Thus far, I have reached Developmental Editons of the Code, which can be seen in the Master Branch. Once Prototyping has ended, the Final editons of Code can be seen in the Production Branch, where new updates can be found.
- Intel Neural Compute Stick 2 With Myraid X VPU
- Ultrasonic Sensor
- Raspberry Pi Camera
MIT License
Copyright (c) 2020 Arnab Chakraborty
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.