jadechoghari / textnet-tiny

huggingface.co
Total runs: 3
24-hour runs: 0
7-day runs: 0
30-day runs: 2
Model's Last Updated: December 21 2024

Introduction of textnet-tiny

Model Details of textnet-tiny

TextNet-T/S/B: Efficient Text Detection Models
Overview

TextNet is a lightweight and efficient architecture designed specifically for text detection, offering superior performance compared to traditional models like MobileNetV3. With variants TextNet-T , TextNet-S , and TextNet-B (6.8M, 8.0M, and 8.9M parameters respectively), it achieves an excellent balance between accuracy and inference speed.

Performance

TextNet achieves state-of-the-art results in text detection, outperforming hand-crafted models in both accuracy and speed. Its architecture is highly efficient, making it ideal for GPU-based applications.

How to use
Transformers
pip install transformers
import torch
import requests
from PIL import Image
from transformers import AutoImageProcessor, AutoBackbone

url = "http://images.cocodataset.org/val2017/000000039769.jpg"
image = Image.open(requests.get(url, stream=True).raw)

processor = AutoImageProcessor.from_pretrained("jadechoghari/textnet-tiny")
model = AutoBackbone.from_pretrained("jadechoghari/textnet-base")

inputs = processor(image, return_tensors="pt")
with torch.no_grad():
  outputs = model(**inputs)
Training

We first compare TextNet with representative hand-crafted backbones, such as ResNets and VGG16. For a fair comparison, all models are first pre-trained on IC17-MLT [52] and then finetuned on Total-Text. The proposed TextNet models achieve a better trade-off between accuracy and inference speed than previous hand-crafted models by a significant margin. In addition, notably, our TextNet-T, -S, and -B only have 6.8M, 8.0M, and 8.9M parameters respectively, which are more parameter-efficient than ResNets and VGG16. These results demonstrate that TextNet models are effective for text detection on the GPU device.

Applications

Perfect for real-world text detection tasks, including:

  • Natural scene text recognition
  • Multi-lingual and multi-oriented text detection
  • Document text region analysis
Contribution

This model was contributed by Raghavan , jadechoghari and nielsr .

Runs of jadechoghari textnet-tiny on huggingface.co

3
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
2
30-day runs

More Information About textnet-tiny huggingface.co Model

textnet-tiny huggingface.co

textnet-tiny huggingface.co is an AI model on huggingface.co that provides textnet-tiny's model effect (), which can be used instantly with this jadechoghari textnet-tiny model. huggingface.co supports a free trial of the textnet-tiny model, and also provides paid use of the textnet-tiny. Support call textnet-tiny model through api, including Node.js, Python, http.

jadechoghari textnet-tiny online free

textnet-tiny huggingface.co is an online trial and call api platform, which integrates textnet-tiny's modeling effects, including api services, and provides a free online trial of textnet-tiny, you can try textnet-tiny online for free by clicking the link below.

jadechoghari textnet-tiny online free url in huggingface.co:

https://huggingface.co/jadechoghari/textnet-tiny

textnet-tiny install

textnet-tiny is an open source model from GitHub that offers a free installation service, and any user can find textnet-tiny on GitHub to install. At the same time, huggingface.co provides the effect of textnet-tiny install, users can directly use textnet-tiny installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

textnet-tiny install url in huggingface.co:

https://huggingface.co/jadechoghari/textnet-tiny

Url of textnet-tiny

Provider of textnet-tiny huggingface.co

jadechoghari
ORGANIZATIONS

Other API from jadechoghari

huggingface.co

Total runs: 444
Run Growth: -78
Growth Rate: -17.18%
Updated:November 25 2024
huggingface.co

Total runs: 48
Run Growth: -11
Growth Rate: -22.00%
Updated:August 30 2024
huggingface.co

Total runs: 13
Run Growth: 14
Growth Rate: 70.00%
Updated:October 23 2024
huggingface.co

Total runs: 6
Run Growth: 6
Growth Rate: 100.00%
Updated:February 01 2026
huggingface.co

Total runs: 2
Run Growth: 2
Growth Rate: 100.00%
Updated:February 02 2026
huggingface.co

Total runs: 1
Run Growth: -20
Growth Rate: -2000.00%
Updated:December 29 2025
huggingface.co

Total runs: 1
Run Growth: 0
Growth Rate: 0.00%
Updated:January 15 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 22 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:August 09 2024