Commit
·
c0ec267
1
Parent(s):
d8844eb
Update README.md
Browse files
README.md
CHANGED
@@ -82,13 +82,13 @@ Within the ambit of each class, the model formulates probability estimates perta
|
|
82 |
|
83 |
#### Input image
|
84 |
|
85 |
-
<img src="/
|
86 |
|
87 |
#### Output masks
|
88 |
|
89 |
**Note**: A threshold of 0.5 was applied on every resultant probability matrix to generate a definitive binary mask for each individual class. Also, every outputted segmentation map was resized to the input image resolution.
|
90 |
|
91 |
-
<img src="/
|
92 |
|
93 |
## Limitations
|
94 |
|
|
|
82 |
|
83 |
#### Input image
|
84 |
|
85 |
+
<img src="https://github.com/worldcoin/open-iris/blob/main/docs/model_card/anonymized.png?raw=true" width=640 height=480>
|
86 |
|
87 |
#### Output masks
|
88 |
|
89 |
**Note**: A threshold of 0.5 was applied on every resultant probability matrix to generate a definitive binary mask for each individual class. Also, every outputted segmentation map was resized to the input image resolution.
|
90 |
|
91 |
+
<img src="https://github.com/worldcoin/open-iris/blob/main/docs/model_card/overlayed_segmaps.png?raw=true">
|
92 |
|
93 |
## Limitations
|
94 |
|