Update Realistic-Occlusion-Dataset.py
Browse files
Realistic-Occlusion-Dataset.py
CHANGED
|
@@ -7,7 +7,13 @@ from .classes_rod import ROD_CLASSES
|
|
| 7 |
|
| 8 |
|
| 9 |
_CITATION = """\
|
| 10 |
-
@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
}
|
| 12 |
"""
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
_CITATION = """\
|
| 10 |
+
@misc{lee2023hardwiring,
|
| 11 |
+
title={Hardwiring ViT Patch Selectivity into CNNs using Patch Mixing},
|
| 12 |
+
author={Ariel N. Lee and Sarah Adel Bargal and Janavi Kasera and Stan Sclaroff and Kate Saenko and Nataniel Ruiz},
|
| 13 |
+
year={2023},
|
| 14 |
+
eprint={2306.17848},
|
| 15 |
+
archivePrefix={arXiv},
|
| 16 |
+
primaryClass={cs.CV}
|
| 17 |
}
|
| 18 |
"""
|
| 19 |
|