Upgrade insightface #447

Open
woctezuma wants to merge 4 commits from woctezuma/upgrade-insightface into main
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 06fa4e58a1 - Show all commits
@@ -62,7 +62,6 @@ class Face_detect_crop:
def get(self, img, crop_size, max_num=0):
bboxes, kpss = self.det_model.detect(img,
threshold=self.det_thresh,
max_num=max_num,
metric='default')
if bboxes.shape[0] == 0:
@@ -62,7 +62,6 @@ class Face_detect_crop:
def get(self, img, crop_size, max_num=0):
bboxes, kpss = self.det_model.detect(img,
threshold=self.det_thresh,
max_num=max_num,
metric='default')
if bboxes.shape[0] == 0: