ponnyWu
Results
1
comments of
ponnyWu
Find the section “Write”on line 308: ``` # Write with open((fn / f).with_suffix(".txt"), "a") as file: for i in range(len(bboxes)): line = (*(segments[i] if use_segments else bboxes[i]),) # cls, box...