Hatef Otroshi
Hatef Otroshi
Hi Some modules are imported from `timm` in [`backbone/Swin_Transformer.py`](https://github.com/JDAI-CV/FaceX-Zoo/blob/2f97a0ef2dafcd772e244f186e44b8d684fcdddc/backbone/Swin_Transformer.py#L11). But, I could not find where`timm` is defined.
Hi, Do `SwinTransformer` based models get the `112 x 112` images as their input (like all other models)? or do they get `224 x 224` images? PS. While in [Step1:...
Hi, There is no link to access `RepVGG` models on Google Drive. Would you please provide Google drive links for these models in [Experiments of SOTA backbones](https://github.com/JDAI-CV/FaceX-Zoo/tree/main/training_mode#31-experiments-of-sota-backbones) ?
Hi, In [`backbone/backbone_def.py#L93`](https://github.com/JDAI-CV/FaceX-Zoo/blob/7d17d2719ab4d473594be6f3fb497034d4e9dd56/backbone/backbone_def.py#L93), the function `AttentionNet()` is used which is not defined. Would you please clarify what this function is? Also which backbone did you mean by `backbone_type == 'AttentionNet_wj'`...