Image Segmentation
Transformers
Safetensors
English
fish_segmentation_model
biology
FriedParrot commited on
Commit
164e9d7
·
verified ·
1 Parent(s): 805995b

Add image processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +36 -0
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": false,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_annotations": true,
9
+ "do_convert_rgb": null,
10
+ "do_normalize": true,
11
+ "do_pad": true,
12
+ "do_rescale": true,
13
+ "do_resize": true,
14
+ "format": "coco_panoptic",
15
+ "image_mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "image_processor_type": "DetrImageProcessorFast",
21
+ "image_std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "input_data_format": null,
27
+ "pad_size": null,
28
+ "resample": 2,
29
+ "rescale_factor": 0.00392156862745098,
30
+ "return_segmentation_masks": null,
31
+ "return_tensors": null,
32
+ "size": {
33
+ "longest_edge": 1333,
34
+ "shortest_edge": 800
35
+ }
36
+ }