MG31 commited on
Commit
c69bed6
1 Parent(s): a3fc9c2

Upload 2 files

Browse files
Files changed (2) hide show
  1. best.pt +3 -0
  2. config.json +23 -0
best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40215512dfceec56e1d9034974cfe609b7c8f7129e5a0707c8dd393462e5475
3
+ size 12393522
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "object-detection",
3
+ "pipeline_tag": "object-detection",
4
+ "model_type": "yolos",
5
+ "framework": "pytorch",
6
+ "model_format": "pt",
7
+ "input_format": "image",
8
+ "output_format": "object-detection",
9
+ "input_size": [640, 640],
10
+ "labels": [
11
+ "Road_No_Parking",
12
+ "Road_Speed_Limit_in_School_Zone",
13
+ "Road_School_Zone",
14
+ "Crosswalk",
15
+ "Road_No_Stopping_or_Parking",
16
+ "Road_No_Stopping_Zone",
17
+ "stop",
18
+ "traffic_lane_yellow_solid",
19
+ "school_zone",
20
+ "no_parking",
21
+ "fire_hydrant"
22
+ ]
23
+ }