Aryn
/

Object Detection
Transformers
Safetensors
deformable_detr
vision
Inference Endpoints
bohou HichTala commited on
Commit
fecaa5b
1 Parent(s): b066969

[Clean-up] Planned removal of the `max_size` argument (#4)

Browse files

- [Clean-up] Planned removal of the `max_size` argument (8a0fa1d6966707102ee7d626fc4c0ac7493f0a1d)


Co-authored-by: Hicham Tala <HichTala@users.noreply.huggingface.co>

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
+ }