import torch

This commit is contained in:
Phan Tuấn Anh
2023-06-26 14:19:44 +02:00
committed by GitHub
parent 789cf77081
commit 91144be667
4 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ import os.path as osp
import argparse
import cv2
import numpy as np
import torch
import onnxruntime
from scrfd import SCRFD
from arcface_onnx import ArcFaceONNX