Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
PortPy commited on
Commit
92483cb
·
verified ·
1 Parent(s): c33d589

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,7 +15,7 @@ configs:
15
 
16
  ## Data Overview
17
 
18
- <img src="https://github.com/PortPy-Project/PortPy/blob/master/images/PortPy%20Data.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,7 +116,7 @@ Beam_0_Data.h5
116
  ```
117
 
118
  ## How to use it
119
- You can load the dataset with the following two lines of code.
120
 
121
  ```python
122
  from datasets import load_dataset
@@ -139,7 +139,7 @@ DatasetDict({
139
  })
140
  })
141
 
142
- # load ct metadata for 1st patient
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