Face_reg_app/docker/FaceFeatureExtractorAPI/requirements.txt

11 lines
232 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 人脸特征提取API依赖包
# 核心依赖
opencv-python>=4.5.0
numpy>=1.19.0
# onnxruntime>=1.12.0
# 可选依赖用于GPU加速
onnxruntime-gpu>=1.12.0
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6