erfanasgari21 commited on
Commit
bd24395
·
verified ·
1 Parent(s): 320bedb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ This model takes a squished image as input and predicts whether its width or height has been squished, along with the squish ratio. For example, if an image is resized from `(w, h) = (256, 256)` to `(128, 256)`, the model output will be `(0.5, 1)`.