We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b836d4 commit 0d1d309Copy full SHA for 0d1d309
‎supervision/detection/tools/inference_slicer.py
@@ -250,8 +250,7 @@ def _callback_image_batch(
250
251
detections_list = []
252
for detections, offset in zip(detections_batch, offsets_batch):
253
- detections = move_detections(
254
- detections=detections, offset=offset[:2])
+ detections = move_detections(detections=detections, offset=offset[:2])
255
detections_list.append(detections)
256
return detections_list
257
0 commit comments