Daniel Cerda Escobar commited on
Commit
2b2e54c
·
1 Parent(s): 108ee38
Files changed (1) hide show
  1. utils.py +0 -1
utils.py CHANGED
@@ -20,7 +20,6 @@ def sahi_yolov8m_inference(
20
  prediction_result = sahi.predict.get_sliced_prediction(
21
  image=image,
22
  detection_model=detection_model,
23
- image_size = image_size,
24
  slice_height=slice_height,
25
  slice_width=slice_width,
26
  overlap_height_ratio=overlap_height_ratio,
 
20
  prediction_result = sahi.predict.get_sliced_prediction(
21
  image=image,
22
  detection_model=detection_model,
 
23
  slice_height=slice_height,
24
  slice_width=slice_width,
25
  overlap_height_ratio=overlap_height_ratio,