Skip to content

Control a cartoon version of your face with a webcam.

License

Notifications You must be signed in to change notification settings

goberoi/sketch_face

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a sandbox repo for various experiments with face detection, recognition, and object detection.

Notes

Related work

Helpful

Download pretrained models

MODEL_NAME = 'ssd_mobilenet_v1_coco_2017_11_17' MODEL_FILE = MODEL_NAME + '.tar.gz' DOWNLOAD_BASE = 'http:https://download.tensorflow.org/models/object_detection/'

Path to frozen detection graph. This is the actual model that is used for the object detection.

PATH_TO_CKPT = MODEL_NAME + '/frozen_inference_graph.pb'

List of the strings that is used to add correct label for each box.

PATH_TO_LABELS = os.path.join('data', 'mscoco_label_map.pbtxt')

http:https://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz http:https://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17/data/mscoco_label_map.pbtxt

About

Control a cartoon version of your face with a webcam.

Resources

License

Stars

Watchers

Forks

Packages

No packages published