Insightface-tensorflow icon indicating copy to clipboard operation
Insightface-tensorflow copied to clipboard

Face Recognization System By MTCNN & Insightface

Results 8 Insightface-tensorflow issues
Sort by recently updated
recently updated
newest added

(1) 界面运行时报错 arcface_recognizer.py 里的 embds, bounding_boxes = self.get_embd(img, kwargs) (160行左右) TypeError: get_embd() takes 2 positional arguments but 3 were given (2) 还有请问大佬,导入数据时,导入的是原始图片,还是对齐后112size的人脸图片,导入的数据直接是图片就行吧,不需要做什么转换吧 感谢解答

when i want to run your code, it gives me the error about 'no model Arcface-330000', can you tell me where i can find this model? thank you very much.

`s = imgrec.read_idx(0)` 报错:mxnet.base.MXNetError: [15:19:57] C:\Jenkins\workspace\mxnet-tag\mxnet\3rdparty\dmlc-core\src\recordio.cc:65: Check failed: header[0] == RecordIOWriter::kMagic: Invalid RecordIO File 如果把0改为1的话就正常 `imgidx = list(range(1, int(header.label[0])))` 报错:TypeError: 'float' object is not subscriptable header.label得到的是一个浮点数