Suppress box drawing in Yolo V8?

Hello there,

when predicting object instances in images, I find the option to crop the image at the location of the bounding boxes very helpful. But unfortunately, I was unable to suppress the drawing of the boxes.
CGN01_Augustplatz_20221030_1213413

I tried the following options:
save_crop=True hide_labels=True plots=False show=False verbose=True rect=False line_thickness=0 hide_conf=True
or
line_thickness=-1

Do you have any hint for me?

Similar discussions:

“Dataset without annotation possible to run in YOLOV5? #8323