ariffaizin19 commited on
Commit
09c210d
·
1 Parent(s): 2b2ddee

feat: initial model

Browse files
Files changed (4) hide show
  1. best.pt +3 -0
  2. config.json +5 -0
  3. preprocessor_config.json +18 -0
  4. thumbnail.jpg +0 -0
best.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbf8dcd527d9b3d10c852683a1afe976fc3d5b719aa6fdf78c2479dc9f6fa418
3
+ size 15167513
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "input_size": 640,
3
+ "task": "object-detection",
4
+ "model_type": "yolosv5"
5
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "YolosFeatureExtractor",
5
+ "format": "coco_detection",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "max_size": 1333,
17
+ "size": 640
18
+ }
thumbnail.jpg ADDED