InsightFace_Pytorch icon indicating copy to clipboard operation
InsightFace_Pytorch copied to clipboard

if some faces in facebank not appear in video

Open jzf1995 opened this issue 5 years ago • 1 comments

Thank you very much for the job. Now i have a question, that's if facebank contains some faces that not appear in the inference video, that's to say i want to find out the faces which appear in the videos, can the code still work? I had a try but some mistake occured like following. if i want to solve this problem, how can i change the codes?

File "/media/luminous/6400d1cb-edcd-4607-817b-1b69856b6144/jzf/InsightFace_Pytorch-master/mtcnn.py", line 92, in detect_faces keep = nms(bounding_boxes[:, 0:5], nms_thresholds[0]) TypeError: 'NoneType' object is not subscriptable

jzf1995 avatar Dec 29 '19 09:12 jzf1995

Hello @jzf1995

We are also facing this problem.

Did you resolve this ?

codulers avatar May 29 '20 09:05 codulers