mirror of
https://github.com/deepinsight/insightface.git
synced 2026-01-19 08:40:18 +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
|