Wolo commited on
Commit
354e722
·
verified ·
1 Parent(s): e3423fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: cc-by-nc-4.0
5
  # FSFM-3C Models (Pre-trained Vision Transformers)
6
 
7
  A self-supervised pre-training framework to learn a transferable facial representation that boosts various face security tasks.
8
- - **Paper:** [FSFM: A Generalizable Face Security Foundation Model via Self-Supervised Facial Representation Learning](https://arxiv.org/abs/2412.12032)
9
- - **Repository:** [github](TODO)
10
- - **Projeact:** [this https URL](https://fsfm-3c.github.io/)
11
 
12
  ## Environment
13
  Git clone our repository, creating a python environment and activate it via the following command:
@@ -15,6 +15,7 @@ Git clone our repository, creating a python environment and activate it via the
15
  conda create -n fsfm3c python=3.9
16
  conda activate fsfm3c
17
  pip install -r requirements.txt
 
18
 
19
  ## Model Loading
20
  ```python
 
5
  # FSFM-3C Models (Pre-trained Vision Transformers)
6
 
7
  A self-supervised pre-training framework to learn a transferable facial representation that boosts various face security tasks.
8
+ - **Paper** [FSFM: A Generalizable Face Security Foundation Model via Self-Supervised Facial Representation Learning](https://arxiv.org/abs/2412.12032)
9
+ - **Repository** [github](TODO)
10
+ - **Projeact** [this https URL](https://fsfm-3c.github.io/)
11
 
12
  ## Environment
13
  Git clone our repository, creating a python environment and activate it via the following command:
 
15
  conda create -n fsfm3c python=3.9
16
  conda activate fsfm3c
17
  pip install -r requirements.txt
18
+ ```
19
 
20
  ## Model Loading
21
  ```python