mrzaizai2k / face-recogtion-mlops

make the whole system for face recognition with the scale of over 300 cameras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-recogtion-mlops

make the whole system for face recognition with the scale of over 300 cameras

Follow this link to connect usb camera to wsl

to take pose, vào .venv/Lib/site-packages/compreface/common/typed_dict.py and change

    if row.find('age') == -1 and row.find('calculator') == -1 and row.find('gender') == -1 \
                and row.find('landmarks') == -1 and row.find('mask') == -1 and row.find('pose') == -1:

Setup kafka

https://viblo.asia/p/kafka-docker-python-LzD5dodzljY

About

make the whole system for face recognition with the scale of over 300 cameras

License:MIT License


Languages

Language:Python 99.3%Language:Makefile 0.7%