jganzabalseenka commited on
Commit
f043f84
·
1 Parent(s): 6b46fcb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_filename
7
+ dtype: string
8
+ - name: frame_number
9
+ dtype: int64
10
+ - name: is_L_shape
11
+ dtype: bool
12
+ - name: horizontal_check
13
+ dtype: bool
14
+ - name: vertical_check
15
+ dtype: bool
16
+ - name: black_image
17
+ dtype: bool
18
+ - name: horizontal_xmin
19
+ dtype: int64
20
+ - name: horizontal_xmax
21
+ dtype: int64
22
+ - name: horizontal_ymin
23
+ dtype: int64
24
+ - name: horizontal_ymax
25
+ dtype: int64
26
+ - name: vertical_xmin
27
+ dtype: int64
28
+ - name: vertical_xmax
29
+ dtype: int64
30
+ - name: vertical_ymin
31
+ dtype: int64
32
+ - name: vertical_ymax
33
+ dtype: int64
34
+ - name: cropped_image_horizontal
35
+ dtype: image
36
+ - name: cropped_image_vertical
37
+ dtype: 'null'
38
+ - name: width
39
+ dtype: int64
40
+ - name: height
41
+ dtype: int64
42
+ - name: embedding_horizontal
43
+ sequence: float32
44
+ splits:
45
+ - name: train
46
+ num_bytes: 976987.0
47
+ num_examples: 5
48
+ download_size: 960063
49
+ dataset_size: 976987.0
50
+ ---
51
+ # Dataset Card for "directv-zocalos_1.0fps_15-08-2023_17-08-2023"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)