stevenbucaille commited on
Commit
3c78f9a
1 Parent(s): 0810bd4

Upload processor

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