You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename deid to inbody + add perf summary for endoscopy (#1006)
* rename deid to inbody + add perf summary for endoscopy
Signed-off-by: Sachidanand Alle <[email protected]>
* fix version
Signed-off-by: Sachidanand Alle <[email protected]>
Signed-off-by: Sachidanand Alle <[email protected]>
|[deepedit](#deepedit)| This model is based on DeepEdit: an algorithm that combines the capabilities of multiple models into one, allowing for both interactive and automated segmentation to label **Tool** among in-body images. |
90
90
|[tooltracking](#tooltracking)| A standard (non-interactive) segmentation model to label **Tool** among in-body images. |
91
-
|[deid](#deid)| A standard (non-interactive) classification model to determine **InBody** or **OutBody** images. |
91
+
|[inbody](#inbody)| A standard (non-interactive) classification model to determine **InBody** or **OutBody** images. |
92
92
93
93
> If both models are enabled, then Active Learning strategy uses [tooltracking](#tooltracking) model to rank the images.
94
94
@@ -187,10 +187,10 @@ This model is based on UNet for automated segmentation. This model works for sin
187
187
- Output: 1 channel representing the segmented Tool
188
188
189
189
190
-
#### [DeID](./lib/configs/deid.py)
190
+
#### [InBody](./lib/configs/inbody.py)
191
191
192
192
This model is based on SEResNet50 for classification. This model determines if tool is present or not (in-body vs out-body).
0 commit comments