wiktorlazarski commited on
Commit
c0ec267
·
1 Parent(s): d8844eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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="/Worldcoin/iris-semantic-segmentation/resolve/main/anonymized.png" 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="/Worldcoin/iris-semantic-segmentation/resolve/main/overlayed_segmaps.png">
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