deepinsight / deepinsight/insightface
can u just guide me after convert my model to onnx file how can i test recognition: what i should complete ? thanx
Open
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
import cv2
import numpy as np
import insightface
from insightface.app import FaceAnalysis
from insightface.data import get_image as ins_get_image
handler = insightface.model_zoo.get_model('your_recognition_model.onnx')
handler.prepare(ctx_id=0)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.