Update README.md
Browse files
README.md
CHANGED
|
@@ -108,13 +108,13 @@ Within the ambit of each class, the model formulates probability estimates perta
|
|
| 108 |
|
| 109 |
#### Input image
|
| 110 |
|
| 111 |
-
<img src="https://github.com/worldcoin/open-iris/blob/main/docs/model_card/anonymized.png" alt="anonymized input image" width=640 height=480>
|
| 112 |
|
| 113 |
#### Output masks
|
| 114 |
|
| 115 |
**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.
|
| 116 |
|
| 117 |
-
<img src="https://github.com/worldcoin/open-iris/blob/main/docs/model_card/overlayed_segmaps.png" alt="segmaps">
|
| 118 |
|
| 119 |
## Limitations
|
| 120 |
|
|
|
|
| 108 |
|
| 109 |
#### Input image
|
| 110 |
|
| 111 |
+
<img src="https://github.com/worldcoin/open-iris/blob/main/docs/model_card/anonymized.png?raw=true" alt="anonymized input image" width=640 height=480>
|
| 112 |
|
| 113 |
#### Output masks
|
| 114 |
|
| 115 |
**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.
|
| 116 |
|
| 117 |
+
<img src="https://github.com/worldcoin/open-iris/blob/main/docs/model_card/overlayed_segmaps.png?raw=true" alt="segmaps">
|
| 118 |
|
| 119 |
## Limitations
|
| 120 |
|