Update README.md
Browse files
README.md
CHANGED
|
@@ -33,21 +33,37 @@ We collect a multicenter microscopic findings(MMF) dataset from pathology report
|
|
| 33 |
### Dataset Structure
|
| 34 |
MMF
|
| 35 |
├── GDPH
|
|
|
|
| 36 |
│ ├── caption.txt
|
|
|
|
| 37 |
│ ├── caption_en.txt
|
|
|
|
| 38 |
│ ├── 07cbc764db8b4a42bbc3af68a4a7f5c5.dzi
|
|
|
|
| 39 |
│ ├── 07cbc764db8b4a42bbc3af68a4a7f5c5_files
|
|
|
|
| 40 |
│ ├── xxx.dzi
|
|
|
|
| 41 |
│ └── xxx_files
|
|
|
|
| 42 |
├── DHSMU
|
|
|
|
| 43 |
│ ├── caption.txt
|
|
|
|
| 44 |
│ ├── caption_en.txt
|
|
|
|
| 45 |
│ ├── xxx.dzi
|
|
|
|
| 46 |
│ └── xxx_files
|
|
|
|
| 47 |
└── ZJHSMU
|
|
|
|
| 48 |
├── caption.txt
|
|
|
|
| 49 |
├── caption_en.txt
|
|
|
|
| 50 |
├── xxx.dzi
|
|
|
|
| 51 |
└── xxx_files
|
| 52 |
|
| 53 |
caption.txt is the raw Chinese caption.
|
|
|
|
| 33 |
### Dataset Structure
|
| 34 |
MMF
|
| 35 |
├── GDPH
|
| 36 |
+
|
| 37 |
│ ├── caption.txt
|
| 38 |
+
|
| 39 |
│ ├── caption_en.txt
|
| 40 |
+
|
| 41 |
│ ├── 07cbc764db8b4a42bbc3af68a4a7f5c5.dzi
|
| 42 |
+
|
| 43 |
│ ├── 07cbc764db8b4a42bbc3af68a4a7f5c5_files
|
| 44 |
+
|
| 45 |
│ ├── xxx.dzi
|
| 46 |
+
|
| 47 |
│ └── xxx_files
|
| 48 |
+
|
| 49 |
├── DHSMU
|
| 50 |
+
|
| 51 |
│ ├── caption.txt
|
| 52 |
+
|
| 53 |
│ ├── caption_en.txt
|
| 54 |
+
|
| 55 |
│ ├── xxx.dzi
|
| 56 |
+
|
| 57 |
│ └── xxx_files
|
| 58 |
+
|
| 59 |
└── ZJHSMU
|
| 60 |
+
|
| 61 |
├── caption.txt
|
| 62 |
+
|
| 63 |
├── caption_en.txt
|
| 64 |
+
|
| 65 |
├── xxx.dzi
|
| 66 |
+
|
| 67 |
└── xxx_files
|
| 68 |
|
| 69 |
caption.txt is the raw Chinese caption.
|