insightface icon indicating copy to clipboard operation
insightface copied to clipboard

implementation of insightface by using Tensorflow

Results 14 insightface issues
Sort by recently updated
recently updated
newest added

hi, could you share the pretrained model? thanks~

when I train this recognition model , the valid result always is 0.5 ,and the total loss change from 40 to 8. can you explain the results?

Thanks for your great work! Could you please tell me where did you define the sphere loss function in your script? I am also reimplementing it. Thanks a lot!

I got some annotation from offical insightface but it does not include image size w.h in the label file.

config 中的base anchors是怎么计算出来的,如何与stride 匹配? 多谢

File "/opt/zhongls/PersonFace/insightface-master/retinaface/losses/loss.py", line 54, in _decode_label idxes = self._match_gt_anchor(label, pred[loc[0], loc[1], loc[2]]) File "/opt/anaconda3/envs/pyzls/lib/python3.6/site-packages/tensorflow/python/ops/array_ops.py", line 680, in _slice_helper name=name) File "/opt/anaconda3/envs/pyzls/lib/python3.6/site-packages/tensorflow/python/ops/array_ops.py", line 846, in strided_slice shrink_axis_mask=shrink_axis_mask) File "/opt/anaconda3/envs/pyzls/lib/python3.6/site-packages/tensorflow/python/ops/gen_array_ops.py", line 9967,...

we find that you do the anchor matching in feature level in _match_gt_anchor(gt, anchor) Why this? Is there any mystery in training Retinaface?

可以提供一些retinaface这个模型在大型公开数据集的测试效果吗?

Thanks for porting this to tensorflow. Is there a retinaface r50 pretrained model for tensorflow, like there is for mxnet?