Francesco commited on
Commit
37e2fef
·
1 Parent(s): c1246b4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: image
7
+ dtype: image
8
+ - name: width
9
+ dtype: int32
10
+ - name: height
11
+ dtype: int32
12
+ - name: objects
13
+ sequence:
14
+ - name: id
15
+ dtype: int64
16
+ - name: area
17
+ dtype: int64
18
+ - name: bbox
19
+ sequence: float32
20
+ length: 4
21
+ - name: category
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': robots
26
+ '1': armor
27
+ '2': base
28
+ '3': car
29
+ '4': rune
30
+ '5': rune-blue
31
+ '6': rune-gray
32
+ '7': rune-grey
33
+ '8': rune-red
34
+ '9': watcher
35
+ splits:
36
+ - name: train
37
+ num_bytes: 124969221.0
38
+ num_examples: 1945
39
+ download_size: 124832107
40
+ dataset_size: 124969221.0
41
+ ---
42
+ # Dataset Card for "robomasters-285km"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)