lfw

  • คำอธิบาย :

Labeled Faces in the Wild: ฐานข้อมูลสำหรับการศึกษาการจดจำใบหน้าในสภาพแวดล้อมที่ไม่มีข้อจำกัด

แยก ตัวอย่าง
'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}
}