deepinsight / deepinsight/insightface

mask_ratio parameter bug in ViT model

Open
#2,291 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
29.7k
Forks
6.1k
PR merge metrics
No merged PRs in 30d

Description

https://github.com/deepinsight/insightface/blob/cc64315087304e3eda99559a5539f5d0b62512c5/recognition/arcface_torch/backbones/vit.py#L260

https://github.com/deepinsight/insightface/blob/cc64315087304e3eda99559a5539f5d0b62512c5/recognition/arcface_torch/backbones/vit.py#L224-L251

The random_masking function does not currently receive the mask_ratio parameter as input.
ViT model always works with mask_ratio=0.1.
please check this issue.

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.