lfw
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
야생에서 레이블이 지정된 얼굴: 제약 없는 환경에서 얼굴 인식을 연구하기 위한 데이터베이스
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}
}
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-12-13(UTC)
[null,null,["최종 업데이트: 2022-12-13(UTC)"],[],[],null,["# lfw\n\n\u003cbr /\u003e\n\n- **Description**:\n\nLabeled Faces in the Wild: A Database for Studying Face Recognition in\nUnconstrained Environments\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/lfw)\n\n- **Homepage** :\n \u003chttp://vis-www.cs.umass.edu/lfw\u003e\n\n- **Source code** :\n [`tfds.datasets.lfw.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/lfw/lfw_dataset_builder.py)\n\n- **Versions**:\n\n - **`0.1.1`** (default): No release notes.\n- **Download size** : `172.20 MiB`\n\n- **Dataset size** : `180.28 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Only when `shuffle_files=False` (train)\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 13,233 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(250, 250, 3), dtype=uint8),\n 'label': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|---------------|--------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (250, 250, 3) | uint8 | |\n| label | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('label', 'image')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @TechReport{LFWTech,\n author = {Gary B. Huang and Manu Ramesh and Tamara Berg and Erik Learned-Miller},\n title = {Labeled Faces in the Wild: A Database for Studying Face Recognition in Unconstrained Environments},\n institution = {University of Massachusetts, Amherst},\n year = 2007,\n number = {07-49},\n month = {October}\n }"]]