Skip to content

alexalbertt/Ring_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ring Detection

Ring Detection is a Python script that captures motion video from a ring device and identifies the moving object in the video.

alt text

Dependencies

Use the package manager pip to install imutils, moviepy, numpy, open-cv-contrib-python, ring-doorbell, and for email capabilities, yagmail and keyring.

pip3 install imutils
pip3 install moviepy
pip3 install numpy
pip3 install open-cv-contrib-python
pip3 install ring-doorbell
pip3 install yagmail
pip3 install keyring

Setup

To use, make sure to enter your Ring email and password in ring_video.py, as well as your G-Mail name and password in main.py.

Adding YOLO Weights

Due to GitHub size restrictions, the YOLO weights file can not be uploaded. It can be downloaded here. Place that file in the yolo-coco subdirectory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages