caltech_birds2011

  • 설명 :

Caltech-UCSD Birds 200(CUB-200)은 200종의 새(대부분 북미)의 사진이 포함된 이미지 데이터 세트입니다. 새 카테고리의 총 수는 200개이며 2010년 데이터 세트에는 6033개의 이미지가 있고 2011년 데이터 세트에는 11,788개의 이미지가 있습니다. 주석에는 경계 상자, 분할 레이블이 포함됩니다.

나뉘다
'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),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
비박스 BBox기능 (4,) float32
영상 영상 (없음, 없음, 3) uint8
이미지/파일 이름 텍스트
상표 클래스 레이블 int64
label_name 텍스트
segmentation_mask 영상 (없음, 없음, 1) uint8
  • 인용 :
@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}
}