| --- |
| license: apache-2.0 |
| task_categories: |
| - text-generation |
| language: |
| - en |
| tags: |
| - medical |
| pretty_name: HistGen Report Generation Dataset |
| size_categories: |
| - 1K<n<10K |
| --- |
| |
| **This is the official dataset repo for the MICCAI'24 paper:** |
|
|
| **HistGen: Histopathology Report Generation via Local-Global Feature Encoding and Cross-modal Context Interaction**\ |
| by *Zhengrui Guo, Jiabo Ma, Yingxue Xu, Yihui Wang, Liansheng Wang, and Hao Chen* |
|
|
| Please find the DINOv2 extracted features in *Files and Versions* section (DINOv2_Features.z01 - .z14, and DINOv2_Features.zip). |
|
|
| After you download all zip files, please run the following command to unzip the files: |
|
|
| ``` |
| zip -FF DINOv2_Features.zip --out WSI_Feature_DINOv2.zip |
| unzip WSI_Feature_DINOv2.zip |
| ``` |
|
|
| The model checkpoints can be found in the histgen_ckpt.zip file. |
| |
| We also provided all .h5 files (coordinates for patches in each WSI), see h5_files.zip file for details! |