Datasets:

Modalities:
Image
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
YutingHe-list commited on
Commit
60692e6
·
verified ·
1 Parent(s): e3346e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -46,10 +46,9 @@ configs:
46
  # SimNICT: Simulated Non-Ideal measurement CT Dataset
47
 
48
  **SimNICT** is the first comprehensive dataset for training universal non-ideal measurement CT (NICT) enhancement models, containing simulated low-dose, limited-angle, and sparse-view CT from different body regions.
 
49
 
50
- We open source the **[SimNICT Dataset](#part-1-simnict-dataset)** (~823 GB, 8 datasets) for comprehensive NICT research with a subset **[SimNICT-AMOS-Sample Dataset](#part-2-simnict-amos-sample)** (~78 MB) for quick exploration and prototyping.
51
-
52
- **💡 Recommendation**: Start with **SimNICT-AMOS-Sample** for initial exploration and prototyping, then download specific datasets from the **SimNICT Dataset** based on your research needs.
53
 
54
  ---
55
 
@@ -106,8 +105,6 @@ python simnict_download.py --datasets AMOS LUNA --output_dir ./data
106
 
107
  After downloading preprocessed ICT data, generate NICT data with the following simulation code to construct complete SimNICT dataset:
108
 
109
- **📋 Simulation Usage:**
110
-
111
  ```python
112
  # Download simulation code
113
  wget https://huggingface.co/datasets/YutingHe-list/SimNICT/blob/main/simnict_generator.py
 
46
  # SimNICT: Simulated Non-Ideal measurement CT Dataset
47
 
48
  **SimNICT** is the first comprehensive dataset for training universal non-ideal measurement CT (NICT) enhancement models, containing simulated low-dose, limited-angle, and sparse-view CT from different body regions.
49
+ We release the **SimNICT Dataset** (823 GB, 8 datasets) for comprehensive NICT research, and provide **SimNICT-AMOS-Sample** (78 MB) for quick exploration and prototyping.
50
 
51
+ **💡 Recommendation**: Start with [SimNICT-AMOS-Sample Dataset](#part-2-simnict-amos-sample) for initial exploration and prototyping, then download specific datasets from the [SimNICT Dataset](#part-1-simnict-dataset) based on your research needs.
 
 
52
 
53
  ---
54
 
 
105
 
106
  After downloading preprocessed ICT data, generate NICT data with the following simulation code to construct complete SimNICT dataset:
107
 
 
 
108
  ```python
109
  # Download simulation code
110
  wget https://huggingface.co/datasets/YutingHe-list/SimNICT/blob/main/simnict_generator.py