Skip to content

yash-bhat/Module-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSc 4120/6120

Module-4 : Computer Vision

EXERCISE 1 :

Detect spots of color in an image:

GREEN:

EXERCISE 2 :

Detect face in an image

Detect eyes in the face

EXERCISE 3 :

Detect upper body in an image

Detect face in an image

Detect eyes in the face

OBJECT DETECTION :

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"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published