imagenet_resized

ชุดข้อมูลนี้ประกอบด้วยชุดข้อมูล ImageNet ที่ปรับขนาดเป็นขนาดคงที่ ภาพที่นี่คือภาพที่จัดทำโดย Chrabaszcz et. อัล โดยใช้วิธีปรับขนาดกล่อง

สำหรับ ImageNet ที่สุ่มตัวอย่าง สำหรับการเรียนรู้ที่ไม่มีผู้ดูแล โปรดดูที่ downsampled_imagenet

แยก ตัวอย่าง
'train' 1,281,167
'validation' 50,000
  • คีย์ภายใต้การดูแล (ดู as_supervised doc ): ('image', 'label')

  • การอ้างอิง :

@article{chrabaszcz2017downsampled,
  title={A downsampled variant of imagenet as an alternative to the cifar datasets},
  author={Chrabaszcz, Patryk and Loshchilov, Ilya and Hutter, Frank},
  journal={arXiv preprint arXiv:1707.08819},
  year={2017}
}

imagenet_resize/8x8 (การกำหนดค่าเริ่มต้น)

  • คำอธิบายการกำหนดค่า : รูปภาพปรับขนาดเป็น 8x8

  • ขนาดการดาวน์โหลด : 237.11 MiB

  • ขนาดชุดข้อมูล : 378.49 MiB

  • โครงสร้างคุณลักษณะ :

FeaturesDict({
    'image': Image(shape=(8, 8, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ภาพ ภาพ (8, 8, 3) uint8
ฉลาก ป้ายกำกับคลาส int64

การสร้างภาพ

imagenet_resize/16x16

  • คำอธิบายการกำหนดค่า : รูปภาพปรับขนาดเป็น 16x16

  • ขนาดการดาวน์โหลด : 923.34 MiB

  • ขนาดชุดข้อมูล : 955.67 MiB

  • โครงสร้างคุณลักษณะ :

FeaturesDict({
    'image': Image(shape=(16, 16, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ภาพ ภาพ (16, 16, 3) uint8
ฉลาก ป้ายกำกับคลาส int64

การสร้างภาพ

imagenet_resize/32x32

  • คำอธิบายการกำหนดค่า : รูปภาพปรับขนาดเป็น 32x32

  • ขนาดการดาวน์โหลด : 3.46 GiB

  • ขนาดชุดข้อมูล : 2.93 GiB

  • โครงสร้างคุณลักษณะ :

FeaturesDict({
    'image': Image(shape=(32, 32, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ภาพ ภาพ (32, 32, 3) uint8
ฉลาก ป้ายกำกับคลาส int64

การสร้างภาพ

imagenet_resize/64x64

  • คำอธิบายการกำหนดค่า : รูปภาพปรับขนาดเป็น 64x64

  • ขนาดการดาวน์โหลด : 13.13 GiB

  • ขนาดชุดข้อมูล : 10.29 GiB

  • โครงสร้างคุณลักษณะ :

FeaturesDict({
    'image': Image(shape=(64, 64, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ภาพ ภาพ (64, 64, 3) uint8
ฉลาก ป้ายกำกับคลาส int64

การสร้างภาพ