I am new to this stuff and trying to train a model with yolov8. I have a dataset with 1k images labeled with cvat.ai where I have label named: Bear and that label has attribute male (checkbox false or true). If I export that dataset to yolo1.1 format then there is no attribute only label. If I export dataset to format coco1.0 then I see in json file a attribute. As far as I know I can only use yolo format right in yolov8?
I cannot find any resource which explains how to train a model with attributes in yolov8. I see only tutorials to train a model with multiple labels which I think in my case will lead to 2 detections at the same time.