deepinsight / deepinsight/insightface

why insightface cannot detect face in vggface2 dataset

Open
#2,782 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29.7k
Forks
6.1k
PR merge metrics
No merged PRs in 30d

Description

Using this api, 480K images in vggface2-hq cannot be detected, which is used to train a face recognition model.
```
self.app = FaceAnalysis(
name='antelopev2',
# name='buffalo_l',
root=os.path.join(cache_dir, "insightface_models"),
providers=providers
)
self.app.prepare(ctx_id=0, det_size=(640, 640))

image_bgr = cv2.imread('xxxx')
face_info = self.app.get(image_bgr)
```
How can I resolve this problem? Anyone can help?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.