Syahhh01 commited on
Commit
7b98ca3
·
verified ·
1 Parent(s): a5d9560

Create prepocessor_config.json

Browse files
Model_DenseNet/preprocessor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_resize": true,
3
+ "size": 224,
4
+ "do_normalize": true,
5
+ "image_mean": [0.485, 0.456, 0.406],
6
+ "image_std": [0.229, 0.224, 0.225]
7
+ }