Aryn
/

Object Detection
Transformers
Safetensors
deformable_detr
vision
Inference Endpoints

[Clean-up] Planned removal of the `max_size` argument

#4
by HichTala - opened
Files changed (1) hide show
  1. preprocessor_config.json +5 -3
preprocessor_config.json CHANGED
@@ -13,6 +13,8 @@
13
  1.0,
14
  1.0
15
  ],
16
- "max_size": 1333,
17
- "size": 800
18
- }
 
 
 
13
  1.0,
14
  1.0
15
  ],
16
+ "size": {
17
+ "longest_edge": 1333,
18
+ "shortest_edge": 800
19
+ }
20
+ }