Update README.md
Browse files
README.md
CHANGED
|
@@ -33,5 +33,3 @@ model = RDATokenizer.from_pretrained(
|
|
| 33 |
outputs = model("/path/to/image.jpg")
|
| 34 |
outputs.prediction.save("prediction.png")
|
| 35 |
```
|
| 36 |
-
|
| 37 |
-
Pass `image_size=256` to center-crop to a fixed size. Omit `image_size` to use the input image's original size.
|
|
|
|
| 33 |
outputs = model("/path/to/image.jpg")
|
| 34 |
outputs.prediction.save("prediction.png")
|
| 35 |
```
|
|
|
|
|
|