Update README.md
Browse files
README.md
CHANGED
|
@@ -6,14 +6,20 @@ license: cc-by-nc-sa-4.0
|
|
| 6 |
The DRR-RATE dataset is built upon the recently released [CT-RATE](https://huggingface.co/datasets/ibrahimhamamci/CT-RATE)<sup>[1]</sup> dataset, which comprises 25,692 non-contrast chest CT volumes from 21,304 unique patients. Each study is accompanied by a corresponding radiology text report and binary labels for 18 pathology classes. The dataset has been expanded to 50,188 volumes through the use of various reconstruction techniques from raw DICOM imaging data. The data is already anonymized, ensuring compliance with the Health Insurance Portability and Accountability Act (HIPAA), and the requirement for informed consent was waived. CT-RATE is published under the Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA) license. In accordance with this license, DRR-RATE is licensed under the same terms.
|
| 7 |
|
| 8 |
<p align="center">
|
| 9 |
-
<img src="https://github.com/farrell236/DRR-RATE/blob/main/assets/siddon.png?raw=true" style="height:
|
| 10 |
-
<img src="https://github.com/farrell236/DRR-RATE/blob/main/assets/drr_plane.png?raw=true" style="height:
|
| 11 |
-
<img src="https://github.com/farrell236/DRR-RATE/blob/main/assets/DRR.png?raw=true" style="height:
|
| 12 |
</p>
|
| 13 |
|
| 14 |
|
| 15 |
### `./getDRRSiddonJacobsRayTracing`
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
To generate DRRs of the CT-RATE dataset, the binary tool `./getDRRSiddonJacobsRayTracing`<sup>[2,3]</sup> was utilized. Most parameters were kept at their default settings, with the exception of adjusting the volume by 300 mm along the y-axis to enhance the field of view. A threshold cutoff was also set at -100 Hounsfield units (HU). To create lateral view images, the volume was rotated 90 degrees counterclockwise around the z-axis.
|
| 18 |
|
| 19 |
```shell
|
|
|
|
| 6 |
The DRR-RATE dataset is built upon the recently released [CT-RATE](https://huggingface.co/datasets/ibrahimhamamci/CT-RATE)<sup>[1]</sup> dataset, which comprises 25,692 non-contrast chest CT volumes from 21,304 unique patients. Each study is accompanied by a corresponding radiology text report and binary labels for 18 pathology classes. The dataset has been expanded to 50,188 volumes through the use of various reconstruction techniques from raw DICOM imaging data. The data is already anonymized, ensuring compliance with the Health Insurance Portability and Accountability Act (HIPAA), and the requirement for informed consent was waived. CT-RATE is published under the Creative Commons Attribution-NonCommercial-ShareAlike (CC-BY-NC-SA) license. In accordance with this license, DRR-RATE is licensed under the same terms.
|
| 7 |
|
| 8 |
<p align="center">
|
| 9 |
+
<img src="https://github.com/farrell236/DRR-RATE/blob/main/assets/siddon.png?raw=true" style="height: 160px; width: auto; display: inline;"/>
|
| 10 |
+
<img src="https://github.com/farrell236/DRR-RATE/blob/main/assets/drr_plane.png?raw=true" style="height: 160px; width: auto; display: inline;"/>
|
| 11 |
+
<img src="https://github.com/farrell236/DRR-RATE/blob/main/assets/DRR.png?raw=true" style="height: 160px; width: auto; display: inline;"/>
|
| 12 |
</p>
|
| 13 |
|
| 14 |
|
| 15 |
### `./getDRRSiddonJacobsRayTracing`
|
| 16 |
|
| 17 |
+
<p align="center">
|
| 18 |
+
|
| 19 |
+
<img src="https://github.com/farrell236/DRR-RATE/raw/main/assets/output.gif" style="height: 320px; width: 320px;"/>
|
| 20 |
+
|
| 21 |
+
</p>
|
| 22 |
+
|
| 23 |
To generate DRRs of the CT-RATE dataset, the binary tool `./getDRRSiddonJacobsRayTracing`<sup>[2,3]</sup> was utilized. Most parameters were kept at their default settings, with the exception of adjusting the volume by 300 mm along the y-axis to enhance the field of view. A threshold cutoff was also set at -100 Hounsfield units (HU). To create lateral view images, the volume was rotated 90 degrees counterclockwise around the z-axis.
|
| 24 |
|
| 25 |
```shell
|