Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,8 @@ def callback(x: np.ndarray) -> sv.Detections:
|
|
12 |
return sv.Detections.from_ultralytics(result)
|
13 |
|
14 |
def main():
|
15 |
-
st.title("Small Object Detection with SAHI
|
|
|
16 |
|
17 |
example_image_loaded = st.checkbox("Load example image")
|
18 |
uploaded_image = None
|
|
|
12 |
return sv.Detections.from_ultralytics(result)
|
13 |
|
14 |
def main():
|
15 |
+
st.title("Small Object Detection with SAHI")
|
16 |
+
st.write("Slicing Aided Hyper Inference (SAHI) implementaion with Supervsion for small object detection")
|
17 |
|
18 |
example_image_loaded = st.checkbox("Load example image")
|
19 |
uploaded_image = None
|