richiejp commited on
Commit
73d3f2c
·
verified ·
1 Parent(s): c705b99

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
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
+