lfw

  • 설명 :

야생에서 레이블이 지정된 얼굴: 제약 없는 환경에서 얼굴 인식을 연구하기 위한 데이터베이스

나뉘다
'train' 13,233
  • 기능 구조 :
FeaturesDict({
    'image': Image(shape=(250, 250, 3), dtype=uint8),
    'label': Text(shape=(), dtype=string),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
영상 영상 (250, 250, 3) uint8
상표 텍스트

심상

  • 인용 :
@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}
}