Instructions to use Raghavan/ic17mlt_Fast_T with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Raghavan/ic17mlt_Fast_T with Transformers:
# Load model directly from transformers import FastForSceneTextRecognition model = FastForSceneTextRecognition.from_pretrained("Raghavan/ic17mlt_Fast_T", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"do_center_crop": false,
|
| 8 |
"do_normalize": true,
|
| 9 |
"do_reduce_labels": false,
|
| 10 |
-
"do_rescale":
|
| 11 |
"do_resize": true,
|
| 12 |
"image_mean": [
|
| 13 |
0.5,
|
|
|
|
| 7 |
"do_center_crop": false,
|
| 8 |
"do_normalize": true,
|
| 9 |
"do_reduce_labels": false,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
"do_resize": true,
|
| 12 |
"image_mean": [
|
| 13 |
0.5,
|