Update Superimposed-Masked-Dataset.py
Browse files
Superimposed-Masked-Dataset.py
CHANGED
|
@@ -24,7 +24,13 @@ from .classes import IMAGENET2012_CLASSES
|
|
| 24 |
|
| 25 |
|
| 26 |
_CITATION = """\
|
| 27 |
-
@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
}
|
| 29 |
"""
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
_CITATION = """\
|
| 27 |
+
@misc{lee2023hardwiring,
|
| 28 |
+
title={Hardwiring ViT Patch Selectivity into CNNs using Patch Mixing},
|
| 29 |
+
author={Ariel N. Lee and Sarah Adel Bargal and Janavi Kasera and Stan Sclaroff and Kate Saenko and Nataniel Ruiz},
|
| 30 |
+
year={2023},
|
| 31 |
+
eprint={2306.17848},
|
| 32 |
+
archivePrefix={arXiv},
|
| 33 |
+
primaryClass={cs.CV}
|
| 34 |
}
|
| 35 |
"""
|
| 36 |
|