- 설명 :
Caltech-UCSD Birds 200(CUB-200)은 200종의 조류(주로 북미) 사진이 포함된 이미지 데이터세트입니다. 새 카테고리의 총 개수는 200개이며, 2010년 데이터세트에는 6033개의 이미지가 있고 2011년 데이터세트에는 11,788개의 이미지가 있습니다. 주석에는 경계 상자, 분할 레이블이 포함됩니다.
홈페이지 : https://www.vision.caltech.edu/datasets/cub_200_2011/
버전 :
-
0.1.1
(기본값): 릴리스 노트가 없습니다.
-
다운로드 크기 :
659.14 MiB
데이터세트 크기 :
659.64 MiB
자동 캐시 ( 문서 ): 아니요
분할 :
나뉘다 | 예 |
---|---|
'test' | 3,033 |
'train' | 3,000 |
- 기능 구조 :
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),
})
- 기능 문서 :
특징 | 수업 | 모양 | Dtype | 설명 |
---|---|---|---|---|
특징Dict | ||||
비박스 | B박스특징 | (4,) | float32 | |
영상 | 영상 | (없음, 없음, 3) | uint8 | |
이미지/파일 이름 | 텍스트 | 끈 | ||
상표 | 클래스 라벨 | 정수64 | ||
라벨_이름 | 텍스트 | 끈 | ||
분할_마스크 | 영상 | (없음, 없음, 1) | uint8 |
감독되는 키 (
as_supervised
doc 참조):('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}
}