Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
edadaltocg commited on
Commit
6788267
·
1 Parent(s): 049f558

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -19
README.md CHANGED
@@ -5,21 +5,6 @@ task_categories:
5
  - image-classification
6
  paperswithcode_id: lsun
7
  pretty_name: LSUN (c)
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: 17509356.0
20
- num_examples: 10000
21
- download_size: 0
22
- dataset_size: 17509356.0
23
  ---
24
 
25
  # Dataset Card for LSUN (c) for OOD Detection
@@ -102,11 +87,10 @@ year = {2023}
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
 
@@ -114,12 +98,11 @@ url = {http://arxiv.org/abs/1706.02690v5}
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
  ```
 
5
  - image-classification
6
  paperswithcode_id: lsun
7
  pretty_name: LSUN (c)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # Dataset Card for LSUN (c) for OOD Detection
 
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
 
 
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
  ```