In
딥러닝이 지원되는 개발자용 비디오카메라인 AWS DeepLens를 이용한 프로그램이다.
얼굴을 탐지하고, 탐지하 얼굴에 대한 나이와 성별 정보를 실시간으로 예측한다.
주요기능
deeplens-face-detection model을 이용하여 얼굴을 탐지한다.
kface_model_all.pkl을 이용하여 탐지한 얼굴에 대한 나이와 성별을 예측한다.
예측한 나이와 성별 정보를 api를 통해 전달한다.
Getting Started
Installation
DeepLens_face_detect_and_predict
mxnet_deploy_ssd_FP16_FUSED.bin
mxnet_deploy_ssd_FP16_FUSED.xml
kface_model_all.pkl
Run
DeepLens Ubuntu
python version 2
python DeepLens_face_detect_and_predict.py
View Video Streams on Your AWS DeepLens Device
mplayer -demuxer lavf -lavfdopts format=mjpeg:probesize=32 /tmp/results.mjpeg