Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ The model also works with single 2D images.
|
|
| 21 |
The model is trained on the publicly available [TotalSegmentator dataset](https://zenodo.org/records/10047292), version 2.0.1. It predicts 117 labels corresponding to the
|
| 22 |
available labels from TotalSegmentator. The classification labels were generated from the provided segmentation labels.
|
| 23 |
|
|
|
|
|
|
|
| 24 |
## Example Usage
|
| 25 |
|
| 26 |
```
|
|
|
|
| 21 |
The model is trained on the publicly available [TotalSegmentator dataset](https://zenodo.org/records/10047292), version 2.0.1. It predicts 117 labels corresponding to the
|
| 22 |
available labels from TotalSegmentator. The classification labels were generated from the provided segmentation labels.
|
| 23 |
|
| 24 |
+
Note that the model expects one channel. If you create a multi-channel image using multiple CT windows, simply take the mean across channels.
|
| 25 |
+
|
| 26 |
## Example Usage
|
| 27 |
|
| 28 |
```
|