COMPUTER VISION (PART-3): Build a person-profiler application based on gender and complexion (Using the trained complexion model and pre-trained gender caffemodel for live detection on webcam)
GOAL: We will use the trained complexion model and pre-trained gender caffemodel to detect complexion and gender of a person based on facial recognition. This detection will be with webcam.
OUTLINE:
- Load trained complexion model, and pretrained gender caffemodel.
2. Using opencv to open webcam and find face locations
3. USING OPENCV FOR WEBCAM DETECTION
- Load trained complexion model, and pretrained gender caffemodel.
2.Using opencv to open webcam and find face locations
3. Use the model for prediction and draw rectangle on face.
WRITER: OLUYEDE SEGUN . A(jr)
View the code on my github:
linkedin profile: https://www.linkedin.com/in/oluyede-segun-adedeji-jr-a5550b167/
twitter profile: https://twitter.com/oluyedejun1
TAGS: #COMPUTERVISION #OPENCV #PYTHON #TENSORFLOW #KERAS