- 설명 :
이 데이터 세트에는 분류 및 감지 대회에 해당하는 PASCAL Visual Object Classes Challenge의 데이터가 포함되어 있습니다.
분류 경쟁에서 목표는 이미지에 포함된 레이블 집합을 예측하는 것이고 감지 경쟁에서 목표는 각 개별 개체의 경계 상자와 레이블을 예측하는 것입니다. 경고: 공식 데이터 세트에 따라 VOC2012의 테스트 세트에는 주석이 포함되어 있지 않습니다.
소스 코드 :
tfds.object_detection.Voc
버전 :
-
4.0.0
(기본값): 릴리스 정보가 없습니다.
-
자동 캐시 ( 문서 ): 아니요
기능 구조 :
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/filename': Text(shape=(), dtype=string),
'labels': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=20)),
'labels_no_difficult': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=20)),
'objects': Sequence({
'bbox': BBoxFeature(shape=(4,), dtype=float32),
'is_difficult': bool,
'is_truncated': bool,
'label': ClassLabel(shape=(), dtype=int64, num_classes=20),
'pose': ClassLabel(shape=(), dtype=int64, num_classes=5),
}),
})
- 기능 문서 :
특징 | 수업 | 모양 | D타입 | 설명 |
---|---|---|---|---|
풍모Dict | ||||
영상 | 영상 | (없음, 없음, 3) | uint8 | |
이미지/파일 이름 | 텍스트 | 끈 | ||
레이블 | 시퀀스(클래스 레이블) | (없음,) | int64 | |
labels_no_difficult | 시퀀스(클래스 레이블) | (없음,) | int64 | |
사물 | 순서 | |||
개체/bbox | BBox기능 | (4,) | float32 | |
객체/is_difficult | 텐서 | 부울 | ||
개체/is_truncated | 텐서 | 부울 | ||
개체/레이블 | 클래스 레이블 | int64 | ||
사물/포즈 | 클래스 레이블 | int64 |
- 감독된 키 (
as_supervised
문서 참조):None
voc/2007(기본 구성)
- 구성 설명 : 이 데이터 세트에는 PASCAL Visual Object Classes Challenge 2007(일명 VOC2007)의 데이터가 포함되어 있습니다.
이 데이터 세트에는 총 9963개의 이미지가 포함되어 있으며 각 이미지에는 20개의 서로 다른 클래스 중 개체 집합이 포함되어 총 24640개의 주석이 달린 개체가 생성됩니다.
다운로드 크기 :
868.85 MiB
데이터 세트 크기 :
837.73 MiB
분할 :
나뉘다 | 예 |
---|---|
'test' | 4,952 |
'train' | 2,501 |
'validation' | 2,510 |
- 그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
- 인용 :
@misc{pascal-voc-2007,
author = "Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.",
title = "The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2007 {(VOC2007)} {R}esults",
howpublished = "http://www.pascal-network.org/challenges/VOC/voc2007/workshop/index.html"}
voc/2012
- 구성 설명 : 이 데이터 세트에는 PASCAL Visual Object Classes Challenge 2012(일명 VOC2012)의 데이터가 포함되어 있습니다.
이 데이터 세트에는 총 11540개의 이미지가 포함되어 있으며 각 이미지에는 20개의 서로 다른 클래스 중 개체 집합이 포함되어 총 27450개의 주석이 달린 개체가 생성됩니다.
다운로드 크기 :
3.59 GiB
데이터세트 크기 :
2.44 GiB
분할 :
나뉘다 | 예 |
---|---|
'test' | 10,991 |
'train' | 5,717 |
'validation' | 5,823 |
- 그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
- 인용 :
@misc{pascal-voc-2012,
author = "Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.",
title = "The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2012 {(VOC2012)} {R}esults",
howpublished = "http://www.pascal-network.org/challenges/VOC/voc2012/workshop/index.html"}