Akriel commited on
Commit
77ee90b
1 Parent(s): dfc9e76

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. pipeline/config.json +39 -0
pipeline/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "args": null,
3
+ "kwargs": {
4
+ "intermediate_size": [
5
+ 448,
6
+ 448
7
+ ],
8
+ "threshold": 0.2,
9
+ "max_overlap": 0.25,
10
+ "grid_size": [
11
+ 7,
12
+ 7
13
+ ],
14
+ "class_map": {
15
+ "aeroplane": 0,
16
+ "bicycle": 1,
17
+ "bird": 2,
18
+ "boat": 3,
19
+ "bottle": 4,
20
+ "bus": 5,
21
+ "car": 6,
22
+ "cat": 7,
23
+ "chair": 8,
24
+ "cow": 9,
25
+ "diningtable": 10,
26
+ "dog": 11,
27
+ "horse": 12,
28
+ "motorbike": 13,
29
+ "person": 14,
30
+ "pottedplant": 15,
31
+ "sheep": 16,
32
+ "sofa": 17,
33
+ "train": 18,
34
+ "tvmonitor": 19
35
+ }
36
+ },
37
+ "class_name": "YoloV1Pipeline",
38
+ "module_name": "__main__"
39
+ }