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 -0
preprocessor_config.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
| 22 |
],
|
| 23 |
"min_area": 250,
|
| 24 |
"min_score": 0.88,
|
|
|
|
| 25 |
"resample": 3,
|
| 26 |
"rescale_factor": 0.00392156862745098,
|
| 27 |
"size": {
|
|
|
|
| 22 |
],
|
| 23 |
"min_area": 250,
|
| 24 |
"min_score": 0.88,
|
| 25 |
+
"pooling_size": 9,
|
| 26 |
"resample": 3,
|
| 27 |
"rescale_factor": 0.00392156862745098,
|
| 28 |
"size": {
|