Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Dataset Description
|
| 2 |
+
|
| 3 |
+
SSB-Hard is an OOD dataset focusing on semantically similar but distinct categories to ImageNet.
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
## Citation
|
| 7 |
+
```bibtex
|
| 8 |
+
@inproceedings{vaze2022openset,
|
| 9 |
+
title={Open-set Recognition: A Good Closed-set Classifier is All You Need?},
|
| 10 |
+
author={Vaze, Siddharth and others},
|
| 11 |
+
booktitle={ICLR},
|
| 12 |
+
year={2022}
|
| 13 |
+
}
|