Datasets:
Update dataset card
Browse files
README.md
CHANGED
|
@@ -53,7 +53,9 @@ dataset_info:
|
|
| 53 |
- name: height
|
| 54 |
dtype: int32
|
| 55 |
- name: filesize
|
| 56 |
-
dtype:
|
|
|
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
# ISCC Codes for Flickr30k
|
|
@@ -107,6 +109,7 @@ The `iscc` field contains the composite ISCC-CODE combining all units.
|
|
| 107 |
| `width` | int | Original image width in pixels |
|
| 108 |
| `height` | int | Original image height in pixels |
|
| 109 |
| `filesize` | int | File size in bytes |
|
|
|
|
| 110 |
|
| 111 |
### Data Splits
|
| 112 |
|
|
@@ -269,8 +272,8 @@ If you use this dataset, please cite both this dataset and the original source:
|
|
| 269 |
|
| 270 |
## Additional Resources
|
| 271 |
|
| 272 |
-
- [ISCC Foundation](https://iscc.
|
| 273 |
-
- [ISCC Documentation](https://iscc.codes/) - Technical documentation
|
| 274 |
- [ISO 24138:2024](https://www.iso.org/standard/77899.html) - Official standard
|
| 275 |
- [iscc-sdk](https://github.com/iscc/iscc-sdk) - Python SDK for ISCC generation
|
| 276 |
- [Flickr30k Project Page](https://shannon.cs.illinois.edu/DenotationGraph/)
|
|
@@ -278,4 +281,4 @@ If you use this dataset, please cite both this dataset and the original source:
|
|
| 278 |
## Contact
|
| 279 |
|
| 280 |
- **Dataset Issues**: [iscc-datasets GitHub](https://github.com/iscc/iscc-datasets/issues)
|
| 281 |
-
- **ISCC Questions**: [ISCC Foundation](https://iscc.
|
|
|
|
| 53 |
- name: height
|
| 54 |
dtype: int32
|
| 55 |
- name: filesize
|
| 56 |
+
dtype: int64
|
| 57 |
+
- name: image_path
|
| 58 |
+
dtype: string
|
| 59 |
---
|
| 60 |
|
| 61 |
# ISCC Codes for Flickr30k
|
|
|
|
| 109 |
| `width` | int | Original image width in pixels |
|
| 110 |
| `height` | int | Original image height in pixels |
|
| 111 |
| `filesize` | int | File size in bytes |
|
| 112 |
+
| `image_path` | string | Relative path to cached source image |
|
| 113 |
|
| 114 |
### Data Splits
|
| 115 |
|
|
|
|
| 272 |
|
| 273 |
## Additional Resources
|
| 274 |
|
| 275 |
+
- [ISCC Foundation](https://iscc.io/) - Standards organization
|
| 276 |
+
- [ISCC Documentation](https://sdk.iscc.codes/) - Technical documentation
|
| 277 |
- [ISO 24138:2024](https://www.iso.org/standard/77899.html) - Official standard
|
| 278 |
- [iscc-sdk](https://github.com/iscc/iscc-sdk) - Python SDK for ISCC generation
|
| 279 |
- [Flickr30k Project Page](https://shannon.cs.illinois.edu/DenotationGraph/)
|
|
|
|
| 281 |
## Contact
|
| 282 |
|
| 283 |
- **Dataset Issues**: [iscc-datasets GitHub](https://github.com/iscc/iscc-datasets/issues)
|
| 284 |
+
- **ISCC Questions**: [ISCC Foundation](https://iscc.io/)
|