Fatih commited on
Commit
fbc6bbb
1 Parent(s): e77562e

fix slice bboxes func

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -53,6 +53,7 @@ def sahi_yolo_inference(
53
  image_width,
54
  slice_height,
55
  slice_width,
 
56
  overlap_height_ratio,
57
  overlap_width_ratio,
58
  )
 
53
  image_width,
54
  slice_height,
55
  slice_width,
56
+ False,
57
  overlap_height_ratio,
58
  overlap_width_ratio,
59
  )