Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -16
    	
        preprocessor_config.json
    CHANGED
    
    | @@ -1,12 +1,5 @@ | |
| 1 | 
             
            {
         | 
| 2 | 
            -
              "align": false,
         | 
| 3 | 
            -
              "crop_size": [
         | 
| 4 | 
            -
                512,
         | 
| 5 | 
            -
                512
         | 
| 6 | 
            -
              ],
         | 
| 7 | 
             
              "do_normalize": true,
         | 
| 8 | 
            -
              "do_pad": false,
         | 
| 9 | 
            -
              "do_random_crop": false,
         | 
| 10 | 
             
              "do_resize": true,
         | 
| 11 | 
             
              "feature_extractor_type": "SegformerFeatureExtractor",
         | 
| 12 | 
             
              "image_mean": [
         | 
| @@ -14,19 +7,12 @@ | |
| 14 | 
             
                0.456,
         | 
| 15 | 
             
                0.406
         | 
| 16 | 
             
              ],
         | 
| 17 | 
            -
              "image_scale": [
         | 
| 18 | 
            -
                512,
         | 
| 19 | 
            -
                512
         | 
| 20 | 
            -
              ],
         | 
| 21 | 
             
              "image_std": [
         | 
| 22 | 
             
                0.229,
         | 
| 23 | 
             
                0.224,
         | 
| 24 | 
             
                0.225
         | 
| 25 | 
             
              ],
         | 
| 26 | 
            -
              " | 
| 27 | 
            -
              "padding_value": 0,
         | 
| 28 | 
            -
              "reduce_zero_label": false,
         | 
| 29 | 
             
              "resample": 2,
         | 
| 30 | 
            -
              " | 
| 31 | 
            -
              "size_divisor": 32
         | 
| 32 | 
             
            }
         | 
|  | |
| 1 | 
             
            {
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
| 2 | 
             
              "do_normalize": true,
         | 
|  | |
|  | |
| 3 | 
             
              "do_resize": true,
         | 
| 4 | 
             
              "feature_extractor_type": "SegformerFeatureExtractor",
         | 
| 5 | 
             
              "image_mean": [
         | 
|  | |
| 7 | 
             
                0.456,
         | 
| 8 | 
             
                0.406
         | 
| 9 | 
             
              ],
         | 
|  | |
|  | |
|  | |
|  | |
| 10 | 
             
              "image_std": [
         | 
| 11 | 
             
                0.229,
         | 
| 12 | 
             
                0.224,
         | 
| 13 | 
             
                0.225
         | 
| 14 | 
             
              ],
         | 
| 15 | 
            +
              "reduce_labels": false,
         | 
|  | |
|  | |
| 16 | 
             
              "resample": 2,
         | 
| 17 | 
            +
              "size": 512
         | 
|  | |
| 18 | 
             
            }
         | 

