Manas2703 commited on
Commit
fb06d74
·
verified ·
1 Parent(s): 54447ec

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +51 -0
dataset_info.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "NIH Chest X-ray14 Dataset",
3
+ "citation": "@article{wang2017chestx,\n title={Chestx-ray8: Hospital-scale chest x-ray database and benchmarks on weakly-supervised classification and localization of common thorax diseases},\n author={Wang, Xiaosong and Peng, Yifan and Lu, Le and Lu, Zhiyong and Bagheri, Mohammadhadi and Summers, Ronald M},\n journal={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},\n year={2017}\n}",
4
+ "homepage": "https://www.nih.gov/news-events/news-releases/nih-clinical-center-provides-one-largest-publicly-available-chest-x-ray-datasets-scientific-community",
5
+ "license": "MIT",
6
+ "features": {
7
+ "image": {
8
+ "dtype": "image",
9
+ "description": "The chest X-ray image"
10
+ },
11
+ "labels": {
12
+ "dtype": "sequence",
13
+ "feature": {
14
+ "dtype": "string"
15
+ },
16
+ "description": "List of disease labels for the image"
17
+ },
18
+ "image_path": {
19
+ "dtype": "string",
20
+ "description": "Path to the original image file"
21
+ }
22
+ },
23
+ "splits": {
24
+ "train": {
25
+ "num_examples": 77872
26
+ },
27
+ "validation": {
28
+ "num_examples": 8652
29
+ },
30
+ "test": {
31
+ "num_examples": 25596
32
+ }
33
+ },
34
+ "labels": [
35
+ "Atelectasis",
36
+ "Cardiomegaly",
37
+ "Consolidation",
38
+ "Edema",
39
+ "Effusion",
40
+ "Emphysema",
41
+ "Fibrosis",
42
+ "Hernia",
43
+ "Infiltration",
44
+ "Mass",
45
+ "No Finding",
46
+ "Nodule",
47
+ "Pleural_Thickening",
48
+ "Pneumonia",
49
+ "Pneumothorax"
50
+ ]
51
+ }