It's a camera or image object detector written in Python and using OpenCV.
A python environment and the appropriate modules are required.
python -m pip install
pip install opencv-python
python object_detection_image.py
Altering the code's image path to a different location will cause image detector to execute.
object_detection_video.py
To activate camera identifier, or to supply a video file's location from within the code.