7 lines
132 B
Python
7 lines
132 B
Python
|
|
"""
|
||
|
|
Segmentation training/inference utilities.
|
||
|
|
|
||
|
|
Currently focused on YOLOv8-seg (Ultralytics) and Labelme polygon annotations.
|
||
|
|
"""
|
||
|
|
|