디텍션 api 서버 환경 세팅
- 서버에 model 가져오기
sftp 이용해서 서버에 접근 후
put detection_model-ex-33--loss-4.97.h5
서버 파이썬 버전 맞추기
firenet에 필요한 모듈들 install
pip3 install --upgrade tensorflow
pip3 install opencv-python
pip3 install keras
pip3 install imageai --upgrade
- install 모듈
pip3 install flask
pip3 install flask-restplus
pip3 install cmake
pip3 install dlib
pip3 install face-recognition
-
Please register or login to post a comment