- 설명 :
Caltech-UCSD Birds 200(CUB-200)은 200종의 조류(대부분 북아메리카) 사진을 포함하는 이미지 데이터셋입니다. 조류의 총 범주 수는 200개이며, 2010년 데이터셋에는 6,033개, 2011년 데이터셋에는 11,788개의 이미지가 있습니다. 주석에는 경계 상자, 분할 레이블이 포함됩니다.
추가 문서 : 코드 포함된 논문에서 탐색
홈페이지 : https://www.vision.caltech.edu/datasets/cub_200_2011/
버전 :
-
0.2.0
(기본값) : 릴리스 노트가 없습니다.
-
다운로드 크기 :
1.11 GiB
데이터 세트 크기 :
1.11 GiB
자동 캐시 ( 문서 ): 아니요
분할 :
나뉘다 | 예시 |
---|---|
'test' | 5,794 |
'train' | 5,994 |
- 기능 구조 :
FeaturesDict({
'bbox': BBoxFeature(shape=(4,), dtype=float32),
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/filename': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=200),
'label_name': Text(shape=(), dtype=string),
'segmentation_mask': Image(shape=(None, None, 1), dtype=uint8),
})
- 기능 설명서 :
특징 | 수업 | 모양 | 디타입 | 설명 |
---|---|---|---|---|
특징 사전 | ||||
비박스 | BBox 기능 | (4,) | 플로트32 | |
영상 | 영상 | (없음, 없음, 3) | uint8 | |
이미지/파일 이름 | 텍스트 | 끈 | ||
상표 | 클래스 라벨 | int64 | ||
라벨_이름 | 텍스트 | 끈 | ||
세그먼테이션 마스크 | 영상 | (없음, 없음, 1) | uint8 |
감독 키 (
as_supervised
문서 참조):('image', 'label')
그림 ( tfds.show_examples ): 지원되지 않음.
예시 ( tfds.as_dataframe ):
- 인용 :
@techreport{WelinderEtal2010,
Author = {P. Welinder and S. Branson and T. Mita and C. Wah and F. Schroff and S. Belongie and P. Perona},
Institution = {California Institute of Technology},
Number = {CNS-TR-2010-001},
Title = { {Caltech-UCSD Birds 200} },
Year = {2010}
}