deepinsight / deepinsight/insightface

Details of training and implementation in VPL

Open
#1,629 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

Hi, I've read your recent work VPL and tried to use it in our project, I implemented Arcface with VPL in Mxnet and I have met several questions:
1. In the memory injection part, the Dimensional of embedding in Memory bank (M) is significantly different with the weight (W, which is [0,1] ). In order to do the injection, I normalized M before adding it to W. And the final weight = **Norm( 0.15 * Norm(M) + 0.85 * W )** Is this assumption matches your implementation of VPL ?
2. Is there any ideas of hyper-parameter settings in different data distribution ? Which hyper-parameter is more important, t or M_ratio (which is decided by t)? Because in my datasets, I have to set t =2000 to reach M_ratio = 40% and memory bank might contain features from early steps.

Thanks !

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.