You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's just a language/translation thing, and it does load bboxes as you say (and maybe can load segmentation masks with the right config, but I haven't tested that or looked into it).
Description
I am confused about the following method:
https://github.com/WongKinYiu/YOLO/blob/cdd9a11c144a0a5b882984c1a1dc0a1aa7b0ab66/yolo/tools/data_loader.py#L60-L70
My impression is that this is a general dataset, yet it seems to only load segmentations and no bboxes, judging from the docstring and variable names.
However, the following method, which does the actual loading seems to talk about bboxes again, even though the argument is clearly called
seg_data_one_img
:https://github.com/WongKinYiu/YOLO/blob/cdd9a11c144a0a5b882984c1a1dc0a1aa7b0ab66/yolo/tools/data_loader.py#L110-L112
The text was updated successfully, but these errors were encountered: