Spaces:
Sleeping
Sleeping
Dev Nagaich commited on
Commit ·
bd0da6b
1
Parent(s): 3e695bd
Minimal Design Changes
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ def main():
|
|
| 162 |
with st.sidebar:
|
| 163 |
st.header("About VREyeSAM")
|
| 164 |
st.markdown("""
|
| 165 |
-
**VREyeSAM** is a robust iris segmentation framework designed for images captured under:
|
| 166 |
- Varying gaze directions
|
| 167 |
- Partial occlusions
|
| 168 |
- Inconsistent lighting conditions
|
|
@@ -175,8 +175,8 @@ def main():
|
|
| 175 |
""")
|
| 176 |
|
| 177 |
st.header("Settings")
|
| 178 |
-
show_overlay = st.checkbox("Show
|
| 179 |
-
show_probabilistic = st.checkbox("Show
|
| 180 |
|
| 181 |
# Load model
|
| 182 |
with st.spinner("Loading VREyeSAM model..."):
|
|
|
|
| 162 |
with st.sidebar:
|
| 163 |
st.header("About VREyeSAM")
|
| 164 |
st.markdown("""
|
| 165 |
+
**VREyeSAM** is a robust non-frontal iris segmentation framework designed for images captured under:
|
| 166 |
- Varying gaze directions
|
| 167 |
- Partial occlusions
|
| 168 |
- Inconsistent lighting conditions
|
|
|
|
| 175 |
""")
|
| 176 |
|
| 177 |
st.header("Settings")
|
| 178 |
+
show_overlay = st.checkbox("Show Mask Overlay", value=True)
|
| 179 |
+
show_probabilistic = st.checkbox("Show Probabilistic Mask", value=False)
|
| 180 |
|
| 181 |
# Load model
|
| 182 |
with st.spinner("Loading VREyeSAM model..."):
|