mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 16:12:27 +00:00
6 lines
111 B
Python
6 lines
111 B
Python
import os
|
|
import cv2
|
|
import inspireface as ifac
|
|
from inspireface.param import *
|
|
import click
|
|
import numpy as np |