Update README.md
Browse files
README.md
CHANGED
@@ -25,9 +25,9 @@ pip install -r requirements.txt
|
|
25 |
|
26 |
# Intended uses & limitations
|
27 |
|
28 |
-
You can use the raw model for
|
29 |
|
30 |
-
Note that this model is primarily aimed at being fine-tuned on tasks which segment CAT scans or MRIs on images in dicom format.
|
31 |
|
32 |
# How to use
|
33 |
|
|
|
25 |
|
26 |
# Intended uses & limitations
|
27 |
|
28 |
+
You can use the raw model for dicom segmentation, but it's mostly intended to be fine-tuned on a downstream task.
|
29 |
|
30 |
+
Note that this model is primarily aimed at being fine-tuned on tasks which segment CAT scans or MRIs on images in dicom format. Dicom meta data mostly differs across medical facilities, so if applying to a new dataset, the model should be finetuned.
|
31 |
|
32 |
# How to use
|
33 |
|