COCO 형식
- 좌상단 x, 좌상단 y, bounding box width, bounding box height
- (left_top_x, left_top_ y, w, h)
YOLO 형식
- bounding box 중심점 x, bounding box 중심점 y, bounding box width, bounding box height
- (center_x, center_y, w, h)
KITTI, VOC 형식
- 좌상단 x, 좌상단 y, 우하단 x, 우하단 y
- (left_top_x, left_top_y, right_bottom_x, right_bottom_y)
'Deep Learning' 카테고리의 다른 글
from torch._six import container_abcs ModuleNotFoundError: No module named 'torch._six' (0) | 2025.02.10 |
---|---|
Modify its 'disableApiTermination' instance attribute and try again. (0) | 2025.01.13 |
Yolo 라이센스 (0) | 2024.09.08 |
코드 재 사용에 관한 라이센스 (1) | 2024.09.07 |
coco 데이터셋 license (0) | 2024.09.06 |