摘要:
/Users//codelearn/fastapi_sqlalchemy_mysql_01/init_test_data.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- import asyncio from email_validator imp 阅读全文
2023年2月18日 #
摘要:
/Users/song/codelearn/opencv_face_recognition_learn/face_dectector/opencv/06检测多个.py # 导入cv模块 import cv2 as cv # 检测函数 def face_detect_demo(): gary = cv 阅读全文