Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-label-image-classification
Languages:
English
Size:
100M - 1B
ArXiv:
Tags:
image-labeled pairs
License:
jun-untitled
commited on
Commit
•
8d62a7d
1
Parent(s):
926a920
Update README.md
Browse files
README.md
CHANGED
@@ -75,8 +75,8 @@ And we also provide label information, **imagenet21k_tree.pickle**.
|
|
75 |
'id': 315,
|
76 |
'url': 'https://a.1stdibscdn.com/pair-of-blue-and-white-table-lamps-for-sale/1121189/f_121556431538206028457/12155643_master.jpg?width=240',
|
77 |
'imagehash': 'daf5a50aae4aa54a',
|
78 |
-
'
|
79 |
-
'
|
80 |
'width': 240,
|
81 |
'height': 240
|
82 |
}
|
@@ -90,8 +90,8 @@ And we also provide label information, **imagenet21k_tree.pickle**.
|
|
90 |
| id | long | Unique 64-bit integer ID generated by [monotonically_increasing_id()](https://spark.apache.org/docs/3.1.3/api/python/reference/api/pyspark.sql.functions.monotonically_increasing_id.html) which is the same value that is mapped with the existing COYO-700M. |
|
91 |
| url | string | The image URL extracted from the `src` attribute of the `<img>` |
|
92 |
| imagehash | string | The [perceptual hash(pHash)](http://www.phash.org/) of the image |
|
93 |
-
|
|
94 |
-
|
|
95 |
| width | integer | The width of the image |
|
96 |
| height | integer | The height of the image |
|
97 |
|
|
|
75 |
'id': 315,
|
76 |
'url': 'https://a.1stdibscdn.com/pair-of-blue-and-white-table-lamps-for-sale/1121189/f_121556431538206028457/12155643_master.jpg?width=240',
|
77 |
'imagehash': 'daf5a50aae4aa54a',
|
78 |
+
'labels': [8087, 11054, 8086, 6614, 6966, 8193, 10576, 9710, 4334, 9909, 8090, 10104, 10105, 9602, 5278, 9547, 6978, 12011, 7272, 5273, 6279, 4279, 10903, 8656, 9601, 8795, 9326, 4606, 9907, 9106, 7574, 10006, 7257, 6959, 9758, 9039, 10682, 7164, 5888, 11654, 8201, 4546, 9238, 8197, 10882, 17380, 4470, 5275, 10537, 11548],
|
79 |
+
'label_probs': [0.4453125, 0.30419921875, 0.09417724609375, 0.033905029296875, 0.03240966796875, 0.0157928466796875, 0.01406097412109375, 0.01129150390625, 0.00978851318359375, 0.00841522216796875, 0.007720947265625, 0.00634002685546875, 0.0041656494140625, 0.004070281982421875, 0.002910614013671875, 0.0028018951416015625, 0.002262115478515625, 0.0020503997802734375, 0.0017080307006835938, 0.0016880035400390625, 0.0016679763793945312, 0.0016613006591796875, 0.0014324188232421875, 0.0012445449829101562, 0.0011739730834960938, 0.0010318756103515625, 0.0008969306945800781, 0.0008792877197265625, 0.0008726119995117188, 0.0008263587951660156, 0.0007123947143554688, 0.0006799697875976562, 0.0006561279296875, 0.0006542205810546875, 0.0006093978881835938, 0.0006046295166015625, 0.0005769729614257812, 0.00057220458984375, 0.0005636215209960938, 0.00055694580078125, 0.0005092620849609375, 0.000507354736328125, 0.000507354736328125, 0.000499725341796875, 0.000484466552734375, 0.0004456043243408203, 0.0004439353942871094, 0.0004355907440185547, 0.00043392181396484375, 0.00041866302490234375],
|
80 |
'width': 240,
|
81 |
'height': 240
|
82 |
}
|
|
|
90 |
| id | long | Unique 64-bit integer ID generated by [monotonically_increasing_id()](https://spark.apache.org/docs/3.1.3/api/python/reference/api/pyspark.sql.functions.monotonically_increasing_id.html) which is the same value that is mapped with the existing COYO-700M. |
|
91 |
| url | string | The image URL extracted from the `src` attribute of the `<img>` |
|
92 |
| imagehash | string | The [perceptual hash(pHash)](http://www.phash.org/) of the image |
|
93 |
+
| labels | sequence[integer] | Inference results of EfficientNetV2-XL model trained on ImageNet-21K dataset (Top 50 indices among 21,841 classes) |
|
94 |
+
| label_probs | sequence[float] | Inference results of EfficientNetV2-XL model trained on ImageNet-21K dataset (Top 50 indices among 21,841 probabilites) |
|
95 |
| width | integer | The width of the image |
|
96 |
| height | integer | The height of the image |
|
97 |
|