zzh99 commited on
Commit
c038a64
·
verified ·
1 Parent(s): aa07090

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -2,16 +2,17 @@
2
  license: cc-by-nc-3.0
3
  ---
4
  This repo contains the checkpoints for OminiAbnorm-CT, a multi-modal generative model for grounded abnormality analysis on CT images from multiple planes and all human body regions.
5
- It support three representative task:
6
- - Visual prompted report generation: Interpretate an abnormality marked by red bounding box, ellipse, contour, or cropped region.
7
- - Grounded report generation: Ground and interpretate all abnormalities on the CT image.
8
- - Text-guided grounded report generation: Detect, ground and interpretate specific abnormality on the CT image.
9
- ![Example Figure](docs/resources/model.png)
 
10
 
11
  It is built on **[OminiAbnorm-CT-14K](https://huggingface.co/datasets/zzh99/OminiAbnorm-CT-14K)**, the first large-scale dataset designed for abnormality grounding and description on multi-plane whole-body CT imaging.
12
  It contains 14.5K CT images with grounding annotation for 19K abnormal findings.
13
- Each abnormal findings is further linked to the detailed description in the report, and categorized according to a comprehensive hierarchical taxonomy.
14
 
15
- ![Example Figure](docs/resources/data.png)
16
 
17
  Check our [paper](https://www.arxiv.org/abs/2506.03238) and [github repo](https://github.com/zhaoziheng/OminiAbnorm-CT) for more details.
 
2
  license: cc-by-nc-3.0
3
  ---
4
  This repo contains the checkpoints for OminiAbnorm-CT, a multi-modal generative model for grounded abnormality analysis on CT images from multiple planes and all human body regions.
5
+ It supports three representative tasks:
6
+ - Visual prompted report generation: Interpret an abnormality marked by a red bounding box, ellipse, contour, or cropped region.
7
+ - Grounded report generation: Ground and interpret all abnormalities on the CT image.
8
+ - Text-guided grounded report generation: Detect, ground and interpret a specific abnormality on the CT image.
9
+ -
10
+ ![Example Figure](Model.png)
11
 
12
  It is built on **[OminiAbnorm-CT-14K](https://huggingface.co/datasets/zzh99/OminiAbnorm-CT-14K)**, the first large-scale dataset designed for abnormality grounding and description on multi-plane whole-body CT imaging.
13
  It contains 14.5K CT images with grounding annotation for 19K abnormal findings.
14
+ Each abnormal finding is further linked to the detailed description in the report, and categorized according to a comprehensive hierarchical taxonomy.
15
 
16
+ ![Example Figure](Demo.png)
17
 
18
  Check our [paper](https://www.arxiv.org/abs/2506.03238) and [github repo](https://github.com/zhaoziheng/OminiAbnorm-CT) for more details.