Aloukik21 commited on
Commit
b787a82
·
verified ·
1 Parent(s): 9e6cdec

Upload nsfw_detector/vit-base-nsfw-detector/preprocessor_config.json with huggingface_hub

Browse files
nsfw_detector/vit-base-nsfw-detector/preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [0.5, 0.5, 0.5],
5
+ "image_processor_type": "ViTImageProcessor",
6
+ "image_std": [0.5, 0.5, 0.5],
7
+ "size": {
8
+ "height": 384,
9
+ "width": 384
10
+ }
11
+ }