Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
edadaltocg commited on
Commit
08a2845
·
1 Parent(s): 57e868c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -32
README.md CHANGED
@@ -5,21 +5,6 @@ task_categories:
5
  - image-classification
6
  paperswithcode_id: lsun
7
  pretty_name: LSUN (r)
8
- configs:
9
- - config_name: default
10
- data_files:
11
- - split: train
12
- path: data/train-*
13
- dataset_info:
14
- features:
15
- - name: image
16
- dtype: image
17
- splits:
18
- - name: train
19
- num_bytes: 27566116.0
20
- num_examples: 10000
21
- download_size: 0
22
- dataset_size: 27566116.0
23
  ---
24
 
25
  # Dataset Card for LSUN (r) for OOD Detection
@@ -90,7 +75,7 @@ Please check original paper for details on the dataset.
90
 
91
  ```bibtex
92
  @software{detectors2023,
93
- author = {Dadalto, Eduardo},
94
  title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
95
  url = {https://github.com/edadaltocg/detectors},
96
  doi = {https://doi.org/10.5281/zenodo.7883596},
@@ -99,28 +84,26 @@ year = {2023}
99
  }
100
 
101
  @article{1706.02690v5,
102
- Author = {Shiyu Liang and Yixuan Li and R. Srikant},
103
- Title = {Enhancing The Reliability of Out-of-distribution Image Detection in
104
  Neural Networks},
105
- Eprint = {http://arxiv.org/abs/1706.02690v5},
106
- ArchivePrefix = {arXiv},
107
- Year = {2017},
108
- Month = {6},
109
- Note = {ICLR 2018},
110
- Url = {http://arxiv.org/abs/1706.02690v5}
111
  }
112
 
113
  @article{1610.01119v2,
114
- Author = {Limin Wang and Sheng Guo and Weilin Huang and Yuanjun Xiong and Yu Qiao},
115
- Title = {Knowledge Guided Disambiguation for Large-Scale Scene Classification
116
  with Multi-Resolution CNNs},
117
- Eprint = {http://arxiv.org/abs/1610.01119v2},
118
- ArchivePrefix = {arXiv},
119
- Year = {2016},
120
- Month = {10},
121
- Note = {To appear in IEEE Transactions on Image Processing. Code and models
122
  are available at https://github.com/wanglimin/MRCNN-Scene-Recognition},
123
- Url = {http://arxiv.org/abs/1610.01119v2}
 
124
  }
125
  ```
126
 
 
5
  - image-classification
6
  paperswithcode_id: lsun
7
  pretty_name: LSUN (r)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # Dataset Card for LSUN (r) for OOD Detection
 
75
 
76
  ```bibtex
77
  @software{detectors2023,
78
+ author = {Eduardo Dadalto},
79
  title = {Detectors: a Python Library for Generalized Out-Of-Distribution Detection},
80
  url = {https://github.com/edadaltocg/detectors},
81
  doi = {https://doi.org/10.5281/zenodo.7883596},
 
84
  }
85
 
86
  @article{1706.02690v5,
87
+ author = {Shiyu Liang and Yixuan Li and R. Srikant},
88
+ title = {Enhancing The Reliability of Out-of-distribution Image Detection in
89
  Neural Networks},
90
+ year = {2017},
91
+ month = {6},
92
+ note = {ICLR 2018},
93
+ archiveprefix = {arXiv},
94
+ url = {http://arxiv.org/abs/1706.02690v5}
 
95
  }
96
 
97
  @article{1610.01119v2,
98
+ author = {Limin Wang and Sheng Guo and Weilin Huang and Yuanjun Xiong and Yu Qiao},
99
+ title = {Knowledge Guided Disambiguation for Large-Scale Scene Classification
100
  with Multi-Resolution CNNs},
101
+ year = {2016},
102
+ month = {10},
103
+ note = {To appear in IEEE Transactions on Image Processing. Code and models
 
 
104
  are available at https://github.com/wanglimin/MRCNN-Scene-Recognition},
105
+ archiveprefix = {arXiv},
106
+ url = {http://arxiv.org/abs/1610.01119v2}
107
  }
108
  ```
109