- 설명 :
야생에서 레이블이 지정된 얼굴: 제약 없는 환경에서 얼굴 인식을 연구하기 위한 데이터베이스
소스 코드 :
tfds.datasets.lfw.Builder
버전 :
-
0.1.0
(기본값): 릴리스 정보가 없습니다.
-
다운로드 크기 :
172.20 MiB
데이터 세트 크기 :
180.28 MiB
자동 캐시됨 ( 문서 ):
shuffle_files=False
(트레인)인 경우에만분할 :
나뉘다 | 예 |
---|---|
'train' | 13,233 |
- 기능 구조 :
FeaturesDict({
'image': Image(shape=(250, 250, 3), dtype=uint8),
'label': Text(shape=(), dtype=string),
})
- 기능 문서 :
특징 | 수업 | 모양 | D타입 | 설명 |
---|---|---|---|---|
풍모Dict | ||||
영상 | 영상 | (250, 250, 3) | uint8 | |
상표 | 텍스트 | 끈 |
감독 키 (
as_supervised
문서 참조):('label', 'image')
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
- 인용 :
@TechReport{LFWTech,
author = {Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller},
title = {Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments},
institution = {University of Massachusetts, Amherst},
year = 2007,
number = {07-49},
month = {October}
}