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' 카테고리의 다른 글
Yolo 라이센스 (0) | 2024.09.08 |
---|---|
코드 재 사용에 관한 라이센스 (1) | 2024.09.07 |
coco 데이터셋 license (0) | 2024.09.06 |
fit() vs fit_generator in keras (0) | 2024.02.27 |
CONNX (0) | 2022.10.04 |