Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
 
    	
        preprocessor_config.json
    CHANGED
    
    | 
         @@ -6,7 +6,7 @@ 
     | 
|
| 6 | 
         
             
                "do_padding": true,
         
     | 
| 7 | 
         
             
                "image_mean": [8.2381, 7.3115, 6.6981],
         
     | 
| 8 | 
         
             
                "image_std": [9.6335, 9.0659, 8.7213],
         
     | 
| 9 | 
         
            -
                "processor_class": " 
     | 
| 10 | 
         
             
                "padding_size": {"height": 448, "width": 448},
         
     | 
| 11 | 
         
             
                "tokenizer": "bert-base-uncased"
         
     | 
| 12 | 
         
             
            }
         
     | 
| 
         | 
|
| 6 | 
         
             
                "do_padding": true,
         
     | 
| 7 | 
         
             
                "image_mean": [8.2381, 7.3115, 6.6981],
         
     | 
| 8 | 
         
             
                "image_std": [9.6335, 9.0659, 8.7213],
         
     | 
| 9 | 
         
            +
                "processor_class": "TvpProcessor",
         
     | 
| 10 | 
         
             
                "padding_size": {"height": 448, "width": 448},
         
     | 
| 11 | 
         
             
                "tokenizer": "bert-base-uncased"
         
     | 
| 12 | 
         
             
            }
         
     |