jmzzomg commited on
Commit
7481a46
·
verified ·
1 Parent(s): 875e78c

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. model.onnx +3 -0
  3. preprocessor_config.json +43 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f0558b775c85b568012f7174cadda33fb4b4e5a253ce17e5d839f123e0bc7e6
3
+ size 93961728
preprocessor_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_processor_class": null,
3
+ "do_resize": true,
4
+ "size": {
5
+ "shortest_edge": 224
6
+ },
7
+ "crop_pct": 0.875,
8
+ "resample": 3,
9
+ "do_rescale": true,
10
+ "rescale_factor": 0.00392156862745098,
11
+ "do_normalize": true,
12
+ "image_mean": [
13
+ 0.485,
14
+ 0.456,
15
+ 0.406
16
+ ],
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "_valid_processor_keys": [
23
+ "images",
24
+ "do_resize",
25
+ "size",
26
+ "crop_pct",
27
+ "resample",
28
+ "do_rescale",
29
+ "rescale_factor",
30
+ "do_normalize",
31
+ "image_mean",
32
+ "image_std",
33
+ "return_tensors",
34
+ "data_format",
35
+ "input_data_format"
36
+ ],
37
+ "image_processor_type": "ConvNextFeatureExtractor",
38
+ "do_center_crop": true,
39
+ "crop_size": {
40
+ "height": 224,
41
+ "width": 224
42
+ }
43
+ }