Upload 3 files
Browse files- .gitattributes +1 -0
- README.md +14 -0
- mimic_test_impressions.csv +0 -0
- mimic_train_impressions.csv +3 -0
.gitattributes
CHANGED
@@ -52,3 +52,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
52 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
55 |
+
mimic_train_impressions.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CXR-PRO contains the following files:
|
2 |
+
|
3 |
+
```
|
4 |
+
.
|
5 |
+
├── cxr.h5
|
6 |
+
├── mimic_train_impressions.csv
|
7 |
+
└── mimic_test_impressions.csv
|
8 |
+
```
|
9 |
+
|
10 |
+
The contents of each file are outlined below:
|
11 |
+
|
12 |
+
`cxr.h5`: The subset of MIMIC-CXR chest radiographs used for MIMIC-PRO, saved in Hierarchical Data Format (HDF).
|
13 |
+
`mimic_train_impressions.csv`: A compilation of the impressions section of each radiology report in the MIMIC-PRO dataset, with references to priors removed. Additional fields include `dicom_id`, `study_id`, and `subject_id` (which refer users to the chest radiograph associated with a given impressions section).
|
14 |
+
`mimic_test_impressions.csv`: The expert-edited test set, as described in the Methods section of MIMIC-PRO's documentation on PhysioNet.
|
mimic_test_impressions.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
mimic_train_impressions.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c625d53b39b4ca084607c9ae761d8e7bba06084a11226a7092507bc286f34504
|
3 |
+
size 68570278
|