stevenbucaille commited on
Commit
3a53adf
1 Parent(s): 34a53ea

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -0
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_rescale": true,
3
+ "do_resize": true,
4
+ "image_processor_type": "SuperGlueImageProcessor",
5
+ "rescale_factor": 0.00392156862745098,
6
+ "size": {
7
+ "height": 480,
8
+ "width": 640
9
+ }
10
+ }