fira7s commited on
Commit
6e5b117
·
verified ·
1 Parent(s): 8730e51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ## Dataset Description
2
 
3
- The Describable Textures Dataset (DTD) includes 5,640 images of textures annotated with human-centric attributes.
4
 
5
  - **Homepage:** https://www.robots.ox.ac.uk/~vgg/data/dtd/
 
6
  ## Citation
7
  ```bibtex
8
  @inproceedings{cimpoi2014describing,
@@ -11,3 +12,9 @@ The Describable Textures Dataset (DTD) includes 5,640 images of textures annotat
11
  booktitle={CVPR},
12
  year={2014}
13
  }
 
 
 
 
 
 
 
1
  ## Dataset Description
2
 
3
+ The Describable Textures Dataset (DTD) includes 5,640 images of textures annotated with human-centric attributes. This split is derived from the **OpenOOD benchmark** OOD evaluation splits.
4
 
5
  - **Homepage:** https://www.robots.ox.ac.uk/~vgg/data/dtd/
6
+ - **OpenOOD Benchmark:** https://github.com/Jingkang50/OpenOOD/
7
  ## Citation
8
  ```bibtex
9
  @inproceedings{cimpoi2014describing,
 
12
  booktitle={CVPR},
13
  year={2014}
14
  }
15
+ @inproceedings{yang2022openood,
16
+ title={OpenOOD: Benchmarking Generalized Out-of-Distribution Detection},
17
+ author={Yang, Jingkang and Zhu, Zixuan and Liu, Yiyou and Song, Yiyou and Zhang, Yixuan and Pang, Tianyu and Chen, Shuqi and Wang, Hang and Lin, Min and Su, Hang and Zhu, Jun and Chen, Weiming and Zhang, Zheng},
18
+ booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
19
+ year={2022}
20
+ }