Commit
·
d223ab5
1
Parent(s):
3925af9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: split
|
7 |
+
dtype: string
|
8 |
+
- name: width
|
9 |
+
dtype: int64
|
10 |
+
- name: height
|
11 |
+
dtype: int64
|
12 |
+
- name: bboxes
|
13 |
+
dtype: string
|
14 |
+
- name: labels
|
15 |
+
dtype: string
|
16 |
+
- name: gaze_item
|
17 |
+
dtype: int64
|
18 |
+
- name: gazeIdx
|
19 |
+
dtype: int64
|
20 |
+
- name: gaze_cx
|
21 |
+
dtype: int64
|
22 |
+
- name: gaze_cy
|
23 |
+
dtype: int64
|
24 |
+
- name: hx
|
25 |
+
dtype: int64
|
26 |
+
- name: hy
|
27 |
+
dtype: int64
|
28 |
+
- name: seg
|
29 |
+
dtype: string
|
30 |
+
- name: occluded
|
31 |
+
dtype: bool
|
32 |
+
- name: person_num
|
33 |
+
dtype: int64
|
34 |
+
- name: cam_num
|
35 |
+
dtype: int64
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 6289998121.391
|
39 |
+
num_examples: 7391
|
40 |
+
download_size: 6286282416
|
41 |
+
dataset_size: 6289998121.391
|
42 |
+
---
|
43 |
+
# Dataset Card for "goorealv3"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|