อิมเมจเน็ต_v2
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ImageNet-v2 คือชุดทดสอบ ImageNet (10 รายการต่อคลาส) ที่รวบรวมโดยปฏิบัติตามโปรโตคอลการติดฉลากดั้งเดิมอย่างใกล้ชิด ภาพแต่ละภาพได้รับการติดป้ายกำกับโดยพนักงาน MTurk อย่างน้อย 10 คน หรือมากกว่านั้น และขึ้นอยู่กับกลยุทธ์ที่ใช้ในการเลือกภาพที่จะรวมไว้ใน 10 ภาพที่เลือกสำหรับชั้นเรียนที่กำหนด ชุดข้อมูลจะมีสามเวอร์ชันที่แตกต่างกัน โปรดดูส่วนที่สี่ของรายงานเพื่อดูรายละเอียดเพิ่มเติมเกี่ยวกับวิธีการรวบรวมตัวแปรต่างๆ
พื้นที่ป้ายกำกับจะเหมือนกับพื้นที่ของ ImageNet2012 แต่ละตัวอย่างจะแสดงเป็นพจนานุกรมโดยมีคีย์ต่อไปนี้:
- 'image': รูปภาพ a (H, W, 3) -tensor
- 'label': จำนวนเต็มในช่วง [0, 1000)
'file_name': เหล็กไนเฉพาะที่ระบุตัวอย่างภายในชุดข้อมูล
หน้าแรก : https://github.com/modestyachts/ImageNetV2
ซอร์สโค้ด : tfds.datasets.imagenet_v2.Builder
รุ่น :
-
1.0.0
: เวอร์ชันเริ่มต้น -
2.0.0
: อัปเดตไฟล์แล้ว -
3.0.0
(ค่าเริ่มต้น): แก้ไข file_name จากเส้นทางสัมบูรณ์ไปยังเส้นทางที่เกี่ยวข้องกับไดเร็กทอรีข้อมูล เช่น: "class_id/filename.jpg" -
3.1.0
: URL ใหม่สำหรับทรัพยากรจาก Hugging Face
แคชอัตโนมัติ ( เอกสาร ): No
แยก :
แยก | ตัวอย่าง |
---|
'test' | 10,000 |
FeaturesDict({
'file_name': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
คุณสมบัติ | ระดับ | รูปร่าง | ประเภทD | คำอธิบาย |
---|
| คุณสมบัติDict | | | |
ชื่อไฟล์ | ข้อความ | | เชือก | |
ภาพ | ภาพ | (ไม่มี ไม่มี 3) | uint8 | |
ฉลาก | ClassLabel | | int64 | |
@inproceedings{recht2019imagenet,
title={Do ImageNet Classifiers Generalize to ImageNet?},
author={Recht, Benjamin and Roelofs, Rebecca and Schmidt, Ludwig and Shankar, Vaishaal},
booktitle={International Conference on Machine Learning},
pages={5389--5400},
year={2019}
}
imagenet_v2/ความถี่ที่ตรงกัน (การกำหนดค่าเริ่มต้น)

imagenet_v2/เกณฑ์-0.7

imagenet_v2/topimages

เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-06-01 UTC
[null,null,["อัปเดตล่าสุด 2024-06-01 UTC"],[],[],null,["# imagenet_v2\n\n\u003cbr /\u003e\n\n- **Description**:\n\nImageNet-v2 is an ImageNet test set (10 per class) collected by closely\nfollowing the original labelling protocol. Each image has been labelled by at\nleast 10 MTurk workers, possibly more, and depending on the strategy used to\nselect which images to include among the 10 chosen for the given class there are\nthree different versions of the dataset. Please refer to section four of the\npaper for more details on how the different variants were compiled.\n\nThe label space is the same as that of ImageNet2012. Each example is represented\nas a dictionary with the following keys:\n\n- 'image': The image, a (H, W, 3)-tensor.\n- 'label': An integer in the range \\[0, 1000).\n- 'file_name': A unique sting identifying the example within the dataset.\n\n- **Homepage** :\n \u003chttps://github.com/modestyachts/ImageNetV2\u003e\n\n- **Source code** :\n [`tfds.datasets.imagenet_v2.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/imagenet_v2/imagenet_v2_dataset_builder.py)\n\n- **Versions**:\n\n - `1.0.0`: Initial version.\n - `2.0.0`: Files updated.\n - **`3.0.0`** (default): Fix file_name, from absolute path to path relative to data directory, ie: \"class_id/filename.jpg\".\n - `3.1.0`: New URLs for resources from Hugging Face.\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------|----------|\n| `'test'` | 10,000 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'file_name': Text(shape=(), dtype=string),\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------|--------------|-----------------|--------|-------------|\n| | FeaturesDict | | | |\n| file_name | Text | | string | |\n| image | Image | (None, None, 3) | uint8 | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Citation**:\n\n @inproceedings{recht2019imagenet,\n title={Do ImageNet Classifiers Generalize to ImageNet?},\n author={Recht, Benjamin and Roelofs, Rebecca and Schmidt, Ludwig and Shankar, Vaishaal},\n booktitle={International Conference on Machine Learning},\n pages={5389--5400},\n year={2019}\n }\n\nimagenet_v2/matched-frequency (default config)\n----------------------------------------------\n\n- **Download size** : `1.18 GiB`\n\n- **Dataset size** : `1.16 GiB`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nimagenet_v2/threshold-0.7\n-------------------------\n\n- **Download size** : `1.16 GiB`\n\n- **Dataset size** : `1.15 GiB`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nimagenet_v2/topimages\n---------------------\n\n- **Download size** : `1.16 GiB`\n\n- **Dataset size** : `1.14 GiB`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]