คำศัพท์

  • คำอธิบาย :

ชุดข้อมูลนี้มีข้อมูลจาก PASCAL Visual Object Classes Challenge ซึ่งสอดคล้องกับการแข่งขัน Classification and Detection

ในการแข่งขัน Classification เป้าหมายคือการทำนายชุดป้ายกำกับที่มีอยู่ในรูปภาพ ในขณะที่การแข่งขันการตรวจจับ เป้าหมายคือการทำนายกรอบขอบเขตและป้ายกำกับของวัตถุแต่ละรายการ คำเตือน: ตามชุดข้อมูลอย่างเป็นทางการ ชุดทดสอบของ VOC2012 ไม่มีคำอธิบายประกอบ

FeaturesDict({
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'image/filename': Text(shape=(), dtype=string),
    'labels': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=20)),
    'labels_no_difficult': Sequence(ClassLabel(shape=(), dtype=int64, num_classes=20)),
    'objects': Sequence({
        'bbox': BBoxFeature(shape=(4,), dtype=float32),
        'is_difficult': bool,
        'is_truncated': bool,
        'label': ClassLabel(shape=(), dtype=int64, num_classes=20),
        'pose': ClassLabel(shape=(), dtype=int64, num_classes=5),
    }),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ภาพ ภาพ (ไม่มี ไม่มี 3) uint8
รูปภาพ/ชื่อไฟล์ ข้อความ เชือก
ฉลาก ลำดับ(ClassLabel) (ไม่มี,) int64
label_no_difficult ลำดับ(ClassLabel) (ไม่มี,) int64
วัตถุ ลำดับ
วัตถุ/bbox คุณสมบัติ BBox (4,) ลอย32
วัตถุ/is_difficult เทนเซอร์ บูล
วัตถุ / is_truncated เทนเซอร์ บูล
วัตถุ/ฉลาก ClassLabel int64
วัตถุ/ท่าทาง ClassLabel int64
  • คีย์ภายใต้การดูแล (ดู as_supervised doc ): None

voc/2007 (การกำหนดค่าเริ่มต้น)

  • คำอธิบายการกำหนดค่า : ชุดข้อมูลนี้มีข้อมูลจาก PASCAL Visual Object Classes Challenge 2007 หรือ VOC2007

ชุดข้อมูลนี้รวมรูปภาพทั้งหมด 9963 รูป โดยแต่ละรูปภาพประกอบด้วยชุดของออบเจ็กต์จาก 20 คลาสที่แตกต่างกัน ทำให้มีออบเจ็กต์ที่มีคำอธิบายประกอบทั้งหมด 24,640 รายการ

แยก ตัวอย่าง
'test' 4,952
'train' 2,501
'validation' 2,510

การแสดงภาพ

  • การอ้างอิง :
@misc{pascal-voc-2007,
    author = "Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.",
    title = "The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2007 {(VOC2007)} {R}esults",
    howpublished = "http://www.pascal-network.org/challenges/VOC/voc2007/workshop/index.html"}

ว.ค./2555

  • คำอธิบายการกำหนดค่า : ชุดข้อมูลนี้มีข้อมูลจาก PASCAL Visual Object Classes Challenge 2012 หรือ VOC2012

ชุดข้อมูลนี้รวมรูปภาพทั้งหมด 11,540 รูป โดยแต่ละรูปภาพประกอบด้วยชุดของวัตถุจาก 20 คลาสที่แตกต่างกัน ทำให้มีวัตถุที่มีคำอธิบายประกอบทั้งหมด 27,450 รายการ

แยก ตัวอย่าง
'test' 10,991
'train' 5,717
'validation' 5,823

การแสดงภาพ

  • การอ้างอิง :
@misc{pascal-voc-2012,
    author = "Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.",
    title = "The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2012 {(VOC2012)} {R}esults",
    howpublished = "http://www.pascal-network.org/challenges/VOC/voc2012/workshop/index.html"}