ethanrom commited on
Commit
3079da9
1 Parent(s): 6f4b5a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 and YOLOv8")
 
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