Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ configs:
|
|
| 15 |
|
| 16 |
## Data Overview
|
| 17 |
|
| 18 |
-
<img src="
|
| 19 |
|
| 20 |
PortPy equips researchers with a robust benchmark patient dataset, sourced from the FDA-approved Eclipse commercial treatment planning system through its API. This dataset embodies all necessary elements for optimizing various machine configurations such as beam angles, aperture shapes, and leaf movements. It includes
|
| 21 |
|
|
@@ -116,7 +116,7 @@ Beam_0_Data.h5
|
|
| 116 |
```
|
| 117 |
|
| 118 |
## How to use it
|
| 119 |
-
You can load the dataset with the following
|
| 120 |
|
| 121 |
```python
|
| 122 |
from datasets import load_dataset
|
|
@@ -139,7 +139,7 @@ DatasetDict({
|
|
| 139 |
})
|
| 140 |
})
|
| 141 |
|
| 142 |
-
# load
|
| 143 |
structureset_metadata = load_dataset("json", data_files=dataset[0]['structureset_metadata'])
|
| 144 |
print(structureset_metadata)
|
| 145 |
|
|
|
|
| 15 |
|
| 16 |
## Data Overview
|
| 17 |
|
| 18 |
+
<img src="./images/PortPy_Data_Curation.png" align="right" width="50%" height="40%">
|
| 19 |
|
| 20 |
PortPy equips researchers with a robust benchmark patient dataset, sourced from the FDA-approved Eclipse commercial treatment planning system through its API. This dataset embodies all necessary elements for optimizing various machine configurations such as beam angles, aperture shapes, and leaf movements. It includes
|
| 21 |
|
|
|
|
| 116 |
```
|
| 117 |
|
| 118 |
## How to use it
|
| 119 |
+
You can load the dataset with the following lines of code.
|
| 120 |
|
| 121 |
```python
|
| 122 |
from datasets import load_dataset
|
|
|
|
| 139 |
})
|
| 140 |
})
|
| 141 |
|
| 142 |
+
# load structures metadata for 1st patient
|
| 143 |
structureset_metadata = load_dataset("json", data_files=dataset[0]['structureset_metadata'])
|
| 144 |
print(structureset_metadata)
|
| 145 |
|