摘要:
from typing import Any from insightface.app.common import Face import numpy Face = Face Frame = numpy.ndarray[ Any, Any ] # 这里面[]表示泛型. class ndarray(_ 阅读全文
摘要:
import asyncio import aiohttp import time async def fetch_url(url): async with aiohttp.ClientSession() as session: async with session.get(url) as resp 阅读全文