Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -90,7 +90,7 @@ size_categories:
|
|
90 |
|
91 |
FractalDB 60 dataset from [Pre-training without Natural Images](https://hirokatsukataoka16.github.io/Pretraining-without-Natural-Images/).
|
92 |
|
93 |
-
[Original repo](https://github.com/hirokatsukataoka16/FractalDB-Pretrained-ResNet-PyTorch) | [Project page](https://hirokatsukataoka16.github.io/Pretraining-without-Natural-Images/)
|
94 |
|
95 |
## Citing
|
96 |
|
@@ -108,4 +108,13 @@ FractalDB 60 dataset from [Pre-training without Natural Images](https://hirokats
|
|
108 |
booktitle={Asian Conference on Computer Vision (ACCV)},
|
109 |
year={2020},
|
110 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
```
|
|
|
90 |
|
91 |
FractalDB 60 dataset from [Pre-training without Natural Images](https://hirokatsukataoka16.github.io/Pretraining-without-Natural-Images/).
|
92 |
|
93 |
+
[Original repo](https://github.com/hirokatsukataoka16/FractalDB-Pretrained-ResNet-PyTorch) | [Project page](https://hirokatsukataoka16.github.io/Pretraining-without-Natural-Images/) | [arXiv](https://arxiv.org/abs/2101.08515)
|
94 |
|
95 |
## Citing
|
96 |
|
|
|
108 |
booktitle={Asian Conference on Computer Vision (ACCV)},
|
109 |
year={2020},
|
110 |
}
|
111 |
+
|
112 |
+
@misc{kataoka2021pretraining,
|
113 |
+
title={Pre-training without Natural Images},
|
114 |
+
author={Hirokatsu Kataoka and Kazushige Okayasu and Asato Matsumoto and Eisuke Yamagata and Ryosuke Yamada and Nakamasa Inoue and Akio Nakamura and Yutaka Satoh},
|
115 |
+
year={2021},
|
116 |
+
eprint={2101.08515},
|
117 |
+
archivePrefix={arXiv},
|
118 |
+
primaryClass={cs.CV}
|
119 |
+
}
|
120 |
```
|