Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,29 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
MIT License
|
6 |
|
7 |
Copyright (c) 2023 Julian Bitterwolf and Maximilian Müller
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
## The NINCO dataset
|
6 |
+
|
7 |
+
The **NINCO** (**N**o **I**mageNet **C**lass **O**bjects) dataset consists of 64 OOD classes with a total of 5879 samples.
|
8 |
+
The OOD classes were selected to have no categorical overlap with any classes of ImageNet-1K.
|
9 |
+
Then we inspected each sample individually to not contain ID objects.
|
10 |
+
|
11 |
+
### Examples of individual sorting decisions:
|
12 |
+
|
13 |
+

|
14 |
+
**Top:** Samples that were excluded due to overlap with ID classes. **Bottom:** Samples from the same
|
15 |
+
OOD class that were included in the cleaned datasets.
|
16 |
+
|
17 |
+
### Examples images from some of the most difficult NINCO OOD classes
|
18 |
+

|
19 |
+
Examples from <span style="color:#BF008C"> NINCO OOD classes </span> (first row) and from the <span style="color:blue">ImageNet-1K class</span> (second row) which the <span style="color:BF008C"> OOD class </span> is most frequently confused for.
|
20 |
+
|
21 |
+
|
22 |
+
## Cleaned Popular Datasets and OOD Unit Tests
|
23 |
+
|
24 |
+
Besides NINCO, we provide (in the same .tar.gz file) truly OOD versions of 11 popular OOD datasets with in total 2715 OOD samples.
|
25 |
+
|
26 |
+
---
|
27 |
+
|
28 |
MIT License
|
29 |
|
30 |
Copyright (c) 2023 Julian Bitterwolf and Maximilian Müller
|