Jia Guo

Results 187 comments of Jia Guo

You can now use https://github.com/deepinsight/insightface/blob/master/python-package/insightface/data/rec_builder.py Just call add() to add one identity with its images or add_image() to append one image with its label. All images should be already aligned.

Hi @SthPhoenix, thanks for your attention. 1. Just fixed. 2. For models that support dynamic input, you should pass the `input_size` param for detect() method. 3. It actually depends on...

BTW: if you're in a single-face situation, input size of 384/256(even 128) without padding is recommended.

My suggestion( if you want to use the pre-trained models ): Option 1: Use 512 input size Option 2: Use a combination of 640 and 256 inputs with some engineering...