Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def merge_overlapping_detections(detections, iou_threshold=0.5):
|
|
168 |
return merged_detections
|
169 |
|
170 |
def main():
|
171 |
-
st.title("Train
|
172 |
|
173 |
# Initialize session state
|
174 |
if 'points' not in st.session_state:
|
|
|
168 |
return merged_detections
|
169 |
|
170 |
def main():
|
171 |
+
st.title("Train obstruction detection V1")
|
172 |
|
173 |
# Initialize session state
|
174 |
if 'points' not in st.session_state:
|