Add files using upload-large-folder tool
Browse files- pretrained/README.md +31 -0
- pretrained/textgraph_vgg_2964.pth +3 -0
pretrained/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Pretrained Weights
|
| 2 |
+
|
| 3 |
+
## Model Zoo
|
| 4 |
+
|
| 5 |
+
| Source Dataset | Model | Epoch | File | Size |
|
| 6 |
+
|---------------|-------|-------|------|------|
|
| 7 |
+
| CTW-1500 | textgraph_vgg | 2964 | `textgraph_vgg_2964.pth` | ~147 MB |
|
| 8 |
+
|
| 9 |
+
## Details
|
| 10 |
+
|
| 11 |
+
- **CTW-1500** is a large-scale dataset for curved/scene text detection with 1,000 training images and 500 test images.
|
| 12 |
+
- This checkpoint was trained for **2,964 epochs** on CTW-1500, then used as initialization for LATeD fine-tuning.
|
| 13 |
+
- The pretrained model captures general text detection features: TR/TCL segmentation maps, sin/cos geometry prediction, and bounding box regression.
|
| 14 |
+
- Transferring CTW-1500 → LATeD accelerates convergence on the low-light domain.
|
| 15 |
+
|
| 16 |
+
## Usage
|
| 17 |
+
|
| 18 |
+
In `configs/train_LATeD.yaml`:
|
| 19 |
+
|
| 20 |
+
```yaml
|
| 21 |
+
model:
|
| 22 |
+
pretrained_weight: ./checkpoints/pretrained/textgraph_vgg_2964.pth
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## Download
|
| 26 |
+
|
| 27 |
+
Place the checkpoint file in this directory. The file should be named:
|
| 28 |
+
|
| 29 |
+
```
|
| 30 |
+
checkpoints/pretrained/textgraph_vgg_2964.pth
|
| 31 |
+
```
|
pretrained/textgraph_vgg_2964.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1758e64a5896c6ba9bee683bd8306c04f9ba4d0a2370237d795377c6a3cf913
|
| 3 |
+
size 153199844
|