Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# DMLab Frames (Test set only)
|
2 |
+
|
3 |
+
Original paper: [The Visual Task Adaptation Benchmark](https://arxiv.org/abs/1910.04867)
|
4 |
+
|
5 |
+
Homepage: https://github.com/google-research/task_adaptation
|
6 |
+
|
7 |
+
Bibtex:
|
8 |
+
```
|
9 |
+
@article{zhai2019visual,
|
10 |
+
title={The Visual Task Adaptation Benchmark},
|
11 |
+
author={Xiaohua Zhai and Joan Puigcerver and Alexander Kolesnikov and
|
12 |
+
Pierre Ruyssen and Carlos Riquelme and Mario Lucic and
|
13 |
+
Josip Djolonga and Andre Susano Pinto and Maxim Neumann and
|
14 |
+
Alexey Dosovitskiy and Lucas Beyer and Olivier Bachem and
|
15 |
+
Michael Tschannen and Marcin Michalski and Olivier Bousquet and
|
16 |
+
Sylvain Gelly and Neil Houlsby},
|
17 |
+
year={2019},
|
18 |
+
eprint={1910.04867},
|
19 |
+
archivePrefix={arXiv},
|
20 |
+
primaryClass={cs.CV},
|
21 |
+
url = {https://arxiv.org/abs/1910.04867}
|
22 |
+
}
|
23 |
+
```
|