katuni4ka commited on
Commit
c624249
·
verified ·
1 Parent(s): d2db8bf

Upload 6 files

Browse files
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "fxmarty/sam-vit-tiny-random",
4
+ "architectures": [
5
+ "SamModel"
6
+ ],
7
+ "initializer_range": 0.02,
8
+ "mask_decoder_config": {
9
+ "hidden_size": 32,
10
+ "model_type": "",
11
+ "torch_dtype": "float32"
12
+ },
13
+ "model_type": "sam",
14
+ "prompt_encoder_config": {
15
+ "hidden_size": 32,
16
+ "model_type": "",
17
+ "torch_dtype": "float32"
18
+ },
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.49.0",
21
+ "vision_config": {
22
+ "dropout": 0.0,
23
+ "hidden_size": 96,
24
+ "initializer_factor": 1.0,
25
+ "intermediate_size": 768,
26
+ "mlp_dim": 384,
27
+ "model_type": "",
28
+ "num_attention_heads": 1,
29
+ "num_pos_feats": 16,
30
+ "output_channels": 32,
31
+ "projection_dim": 64,
32
+ "torch_dtype": "float32"
33
+ }
34
+ }
openvino_prompt_encoder_mask_decoder.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0587020ca79977d91d3cf9bc9044a1be368504d8b84ed15981e23bcdd8a64d
3
+ size 1462412
openvino_prompt_encoder_mask_decoder.xml ADDED
The diff for this file is too large to render. See raw diff
 
openvino_vision_encoder.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16eece17e51d744e6424f230e77121577a7108392f2863db90077d25f513dcbf
3
+ size 7809588
openvino_vision_encoder.xml ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "SamImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "mask_pad_size": {
19
+ "height": 256,
20
+ "width": 256
21
+ },
22
+ "mask_size": {
23
+ "longest_edge": 256
24
+ },
25
+ "pad_size": {
26
+ "height": 1024,
27
+ "width": 1024
28
+ },
29
+ "processor_class": "SamProcessor",
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "longest_edge": 1024
34
+ }
35
+ }