Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MARLIN: Masked Autoencoder for facial video Representation LearnINg
|
| 2 |
|
| 3 |
<div>
|
|
@@ -295,4 +301,4 @@ If you find this work useful for your research, please consider citing it.
|
|
| 295 |
## Acknowledgements
|
| 296 |
|
| 297 |
Some code about model is based on [MCG-NJU/VideoMAE](https://github.com/MCG-NJU/VideoMAE). The code related to preprocessing
|
| 298 |
-
is borrowed from [JDAI-CV/FaceX-Zoo](https://github.com/JDAI-CV/FaceX-Zoo).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc
|
| 3 |
+
base_model:
|
| 4 |
+
- MCG-NJU/videomae-base
|
| 5 |
+
- MCG-NJU/videomae-large
|
| 6 |
+
---
|
| 7 |
# MARLIN: Masked Autoencoder for facial video Representation LearnINg
|
| 8 |
|
| 9 |
<div>
|
|
|
|
| 301 |
## Acknowledgements
|
| 302 |
|
| 303 |
Some code about model is based on [MCG-NJU/VideoMAE](https://github.com/MCG-NJU/VideoMAE). The code related to preprocessing
|
| 304 |
+
is borrowed from [JDAI-CV/FaceX-Zoo](https://github.com/JDAI-CV/FaceX-Zoo).
|