Upload dataset
Browse files- README.md +64 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: video_id
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: expression_id
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: video_dir
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: frames
|
| 11 |
+
list: string
|
| 12 |
+
- name: frame_paths
|
| 13 |
+
list: string
|
| 14 |
+
- name: prompt
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: anno_ids
|
| 17 |
+
list: int64
|
| 18 |
+
- name: obj_ids
|
| 19 |
+
list: int64
|
| 20 |
+
- name: frame_size
|
| 21 |
+
list: int64
|
| 22 |
+
- name: centers_xy
|
| 23 |
+
list:
|
| 24 |
+
list:
|
| 25 |
+
list: float32
|
| 26 |
+
- name: centers_xy_norm
|
| 27 |
+
list:
|
| 28 |
+
list:
|
| 29 |
+
list: float32
|
| 30 |
+
- name: bbox_xyxy
|
| 31 |
+
list:
|
| 32 |
+
list:
|
| 33 |
+
list: float32
|
| 34 |
+
- name: bbox_center_xy
|
| 35 |
+
list:
|
| 36 |
+
list:
|
| 37 |
+
list: float32
|
| 38 |
+
- name: bbox_center_xy_norm
|
| 39 |
+
list:
|
| 40 |
+
list:
|
| 41 |
+
list: float32
|
| 42 |
+
- name: area
|
| 43 |
+
list:
|
| 44 |
+
list: int64
|
| 45 |
+
- name: valid
|
| 46 |
+
list:
|
| 47 |
+
list: bool
|
| 48 |
+
splits:
|
| 49 |
+
- name: train
|
| 50 |
+
num_bytes: 342920632
|
| 51 |
+
num_examples: 23249
|
| 52 |
+
- name: validation
|
| 53 |
+
num_bytes: 7006206
|
| 54 |
+
num_examples: 475
|
| 55 |
+
download_size: 92147834
|
| 56 |
+
dataset_size: 349926838
|
| 57 |
+
configs:
|
| 58 |
+
- config_name: default
|
| 59 |
+
data_files:
|
| 60 |
+
- split: train
|
| 61 |
+
path: data/train-*
|
| 62 |
+
- split: validation
|
| 63 |
+
path: data/validation-*
|
| 64 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed4dad92650a393bb36cef7c05698c8d1d1658258ef389786abfb250445a15d4
|
| 3 |
+
size 90073969
|
data/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0891b11cdb4747e11a099c58c6c0a6c99830b00fefcaf82609a2dbeb0d38b282
|
| 3 |
+
size 2073865
|