oxford_iiit_pet

ชุดข้อมูลสัตว์เลี้ยงของ Oxford-IIIT เป็นชุดข้อมูลภาพสัตว์เลี้ยง 37 หมวดหมู่ โดยมีภาพประมาณ 200 ภาพสำหรับแต่ละชั้นเรียน ภาพมีความแตกต่างอย่างมากในด้านขนาด ท่าทาง และการจัดแสง ภาพทั้งหมดมีคำอธิบายประกอบความจริงพื้นฐานที่เกี่ยวข้องของสายพันธุ์

แยก ตัวอย่าง
'test' 3,669
'train' 3,680
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'file_name': Text(shape=(), dtype=string),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=37),
    'segmentation_mask': Image(shape=(None, None, 1), dtype=uint8),
    'species': ClassLabel(shape=(), dtype=int64, num_classes=2),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ชื่อไฟล์ ข้อความ สตริง
ภาพ ภาพ (ไม่มี, ไม่มี, 3) uint8
ฉลาก ป้ายกำกับคลาส int64
segmentation_mask ภาพ (ไม่มี, ไม่มี, 1) uint8
สายพันธุ์ ป้ายกำกับคลาส int64
  • การอ้างอิง :
@InProceedings{parkhi12a,
  author       = "Parkhi, O. M. and Vedaldi, A. and Zisserman, A. and Jawahar, C.~V.",
  title        = "Cats and Dogs",
  booktitle    = "IEEE Conference on Computer Vision and Pattern Recognition",
  year         = "2012",
}