place365_small

  • คำอธิบาย :

ชุดข้อมูล Places365-Standard ประกอบด้วยภาพรถไฟ 1.8 ล้านภาพจาก 365 หมวดหมู่ฉาก ซึ่งใช้ในการฝึกอบรม Places365 CNN ชุดตรวจสอบความถูกต้องมี 50 ภาพต่อหมวดหมู่ และ 900 ภาพต่อหมวดหมู่ในชุดทดสอบ

แยก ตัวอย่าง
'test' 328,500
'train' 1,803,460
'validation' 36,500
  • โครงสร้างคุณสมบัติ :
FeaturesDict({
    'filename': Text(shape=(), dtype=string),
    'image': Image(shape=(256, 256, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=365),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ชื่อไฟล์ ข้อความ เชือก
ภาพ ภาพ (256, 256, 3) uint8
ฉลาก ClassLabel int64

การแสดงภาพ

  • การอ้างอิง :
@article{zhou2017places,
  title={Places: A 10 million Image Database for Scene Recognition},
  author={Zhou, Bolei and Lapedriza, Agata and Khosla, Aditya and Oliva, Aude and Torralba, Antonio},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2017},
  publisher={IEEE}
}