jganzabalseenka commited on
Commit
6f09925
·
1 Parent(s): a49c596

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: cluster_frames
5
+ sequence:
6
+ sequence: int64
7
+ - name: cluster_vectors
8
+ sequence:
9
+ sequence: float64
10
+ - name: cluster_predictions
11
+ sequence: int64
12
+ - name: distances_between_clusters
13
+ sequence:
14
+ sequence: float64
15
+ - name: video_path
16
+ dtype: string
17
+ - name: different_rows
18
+ list:
19
+ - name: black_image
20
+ dtype: bool
21
+ - name: frame_number
22
+ dtype: int64
23
+ - name: height
24
+ dtype: int64
25
+ - name: horizontal_check
26
+ dtype: bool
27
+ - name: horizontal_xmax
28
+ dtype: int64
29
+ - name: horizontal_xmin
30
+ dtype: int64
31
+ - name: horizontal_ymax
32
+ dtype: int64
33
+ - name: horizontal_ymin
34
+ dtype: int64
35
+ - name: is_L_shape
36
+ dtype: bool
37
+ - name: vertical_check
38
+ dtype: bool
39
+ - name: vertical_xmax
40
+ dtype: int64
41
+ - name: vertical_xmin
42
+ dtype: int64
43
+ - name: vertical_ymax
44
+ dtype: int64
45
+ - name: vertical_ymin
46
+ dtype: int64
47
+ - name: width
48
+ dtype: int64
49
+ splits:
50
+ - name: train
51
+ num_bytes: 50750
52
+ num_examples: 2
53
+ download_size: 42175
54
+ dataset_size: 50750
55
+ ---
56
+ # Dataset Card for "direct_tv_vectors"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)