สถานที่365_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
ฉลาก ป้ายกำกับคลาส 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}
}