Commit 
							
							·
						
						5674075
	
1
								Parent(s):
							
							0979cbf
								
Create preprocessor_config.json
Browse files- preprocessor_config.json +16 -0
    	
        preprocessor_config.json
    ADDED
    
    | @@ -0,0 +1,16 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "image_num_channels": 3,
         | 
| 3 | 
            +
              "image_mean": [
         | 
| 4 | 
            +
                0.48145466,
         | 
| 5 | 
            +
                0.4578275,
         | 
| 6 | 
            +
                0.40821073
         | 
| 7 | 
            +
              ],
         | 
| 8 | 
            +
              "image_processor_type": "IdeficsImageProcessor",
         | 
| 9 | 
            +
              "image_size": 224,
         | 
| 10 | 
            +
              "image_std": [
         | 
| 11 | 
            +
                0.26862954,
         | 
| 12 | 
            +
                0.26130258,
         | 
| 13 | 
            +
                0.27577711
         | 
| 14 | 
            +
              ],
         | 
| 15 | 
            +
              "processor_class": "IdeficsProcessor"
         | 
| 16 | 
            +
            }
         | 

