From eb65088967928a89e8b56a77bdbbd726fe7034cb Mon Sep 17 00:00:00 2001 From: Hatef OTROSHI <hatef.otroshi@idiap.ch> Date: Thu, 8 Feb 2024 10:44:50 +0100 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f2add4..5869b8d 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ In our experiments, we used different face recognition models. Among which ArcFa │ │ └── Epoch_17.pt │ ├── RepVGG_B1 │ │ └── Epoch_17.pt -│ ├── SwinTransformer_S -│ │ └── Epoch_17.pt +│ └── SwinTransformer_S +│ └── Epoch_17.pt └── heads ``` You can use other models from FaceX-Zoo and put in this folder with the aforementioned structure. -- GitLab