DavidBerschauer

Results 6 comments of DavidBerschauer

```sh yolo task=segment mode=predict model=... source=... hide_labels=True ``` If you want the label and scores to be smaller, add *line_thickness=1*

@AyushExel 2 lines of code in [ultralytics/yolo/utils/plotting.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/yolo/utils/plotting.py) have to be changed: - [Line 56](https://github.com/ultralytics/ultralytics/blob/e9ab157330236ddcacb2421943760c5698cc2e21/ultralytics/yolo/utils/plotting.py#L56) ```python self.lw = line_width or max(round(sum(im.shape) / 2 * 0.003), 2) # line width TO: self.lw...

Totally agree. Currently I am trying to get the instance segmentation to work, but I can't find any documentation about the output format. Guessing and looking at float arrays shouldn't...

Similar to #350

After updating from 3.0.7 to 3.1.3 on the second iPhone the same error occurs.