face-detection-tflite 0.5.0

BERT·2023년 5월 22일
0

mediapipe face detection

face-detection-tflite

dependency 준비

파이썬 3.9에는 tensorflow 없음

파이썬 3.7 설치

PyPI에서 tensorflow==2.3.0 설치 확인

버전 없음
tensorflow==1.14.0 설치

pip3 install  tensorflow==1.14.0
pip3 install tflite==2.3.0

face-detection-tflite 설치

pip3 install face-detection-tflite

tensorflow 버전이 낮아서 실패

tensorflow 1.14.0이 지원하는 파이썬 확인

tensorflow 2.3.0이 지원하는 파이썬 확인

파이썬 3.8 설치

파이썬 3.8도 tensorflow==2.3.0 버전 없음

0개의 댓글