OpenCV.AI Blog OAK Emotion Recognition

PHOTO EMBED

Wed Mar 24 2021 21:19:06 GMT+0000 (Coordinated Universal Time)

Saved by @opencv

git clone https://github.com/opencv-ai/oak-model-samples.git && \
cd oak-model-samples && \
git checkout 54fa4fe8bd2bb42d6bae49213dbbe6b2f1ce5c5e && \
cd emotion_recognition_retail && \
pip3 install wheel && python3 setup.py bdist_wheel && rm -R build/ *.egg-info && \
pip3 install dist/*.whl -f https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/depthai/ && rm -R dist/ && \
export PATH_TO_EMOTION_RECOGNITION_MODEL=$(pwd)
content_copyCOPY