Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This is derived from the [Pixmo Points dataset](https://huggingface.co/datasets/allenai/pixmo-points).
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: image_url
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: image_sha256
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: points
|
| 9 |
+
sequence:
|
| 10 |
+
- name: x
|
| 11 |
+
dtype: float64
|
| 12 |
+
- name: y
|
| 13 |
+
dtype: float64
|
| 14 |
+
- name: label
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: image
|
| 17 |
+
struct:
|
| 18 |
+
dtype: image
|
| 19 |
+
decode: true
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
This is derived from the [Pixmo Points dataset](https://huggingface.co/datasets/allenai/pixmo-points).
|
| 23 |
+
|