mayrajeo commited on
Commit
ae712c0
1 Parent(s): 6b5781d

Update src/sahi_onnx.py

Browse files
Files changed (1) hide show
  1. src/sahi_onnx.py +1 -1
src/sahi_onnx.py CHANGED
@@ -131,7 +131,7 @@ class Yolov8onnxDetectionModel(DetectionModel):
131
  bbox=bbox,
132
  category_id=category_id,
133
  score=score,
134
- bool_mask=None,
135
  category_name=category_name,
136
  shift_amount=shift_amount,
137
  full_shape=full_shape,
 
131
  bbox=bbox,
132
  category_id=category_id,
133
  score=score,
134
+ segmentation=None,
135
  category_name=category_name,
136
  shift_amount=shift_amount,
137
  full_shape=full_shape,