Initial import
Browse files- .gitattributes +1 -0
- README.md +35 -0
- captions_and_labels.csv +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
captions_and_labels.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: MultiCaRe Images (metadata)
|
| 3 |
+
license: cc-by-4.0
|
| 4 |
+
task_categories:
|
| 5 |
+
- image-classification
|
| 6 |
+
- image-to-text
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
size_categories:
|
| 10 |
+
- 100K<n<1M
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# MultiCaRe Images (metadata)
|
| 14 |
+
|
| 15 |
+
Per-image metadata, captions, and labels from MultiCaRe (Zenodo 13936721), sourced from `captions_and_labels.csv`.
|
| 16 |
+
|
| 17 |
+
Schema highlights:
|
| 18 |
+
- file_id: unique image row ID
|
| 19 |
+
- file: image filename; archive = `PMC{file[:4][-1]}.zip`; inner path = `f"{file[:4]}/{file[:5]}/{file}"`
|
| 20 |
+
- main_image: original figure ID (equals `case_images.image_id`)
|
| 21 |
+
- patient_id: equals `cases.case_id`
|
| 22 |
+
- caption: image caption (full or segment)
|
| 23 |
+
- image_type / image_subtype / radiology_*: multiclass columns
|
| 24 |
+
- labels: supervised multilabels (string list)
|
| 25 |
+
- semi_labels: semi-supervised multilabels (string list, incomplete by design)
|
| 26 |
+
- license: per-article OA license
|
| 27 |
+
|
| 28 |
+
Join keys to other repos:
|
| 29 |
+
- `patient_id` ↔ `case_id` (cases)
|
| 30 |
+
- `main_image` ↔ `image_id` (case-images)
|
| 31 |
+
- via cases → `article_id` (articles, abstracts)
|
| 32 |
+
|
| 33 |
+
Note: This repo does not host the actual images. Use your local download (or Zenodo) and map
|
| 34 |
+
`file` to the right zip and inner path as described above.
|
| 35 |
+
|
captions_and_labels.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c71162afcb9e66a992ced5c1a6f39c5610c2dcec16d0c9cf1db4169c41ce5e4
|
| 3 |
+
size 60341377
|