Detect spots of color in an image:
GREEN:
Detect face in an image
Detect eyes in the face
Detect upper body in an image
Detect face in an image
Detect eyes in the face
Using the OpenCV dnn module + pretrained MobileNetSSD caffemodel.
The list of class labels MobileNet SSD was trained to detect: CLASSES = ["background", "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"]