Skip to content

Commit c6e7cec

Browse files
authored
Update README.md
1 parent 5e277f0 commit c6e7cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CUDA_VISIBLE_DEVICES=0 python3 demo.py \
4848

4949
#### prediction results
5050

51-
| demo images | [TPS-ResNet-BiLSTM-Attn](https://drive.google.com/open?id=1b59rXuGGmKne1AuHnkgDzoYgKeETNMv9) | [TPS-ResNet-BiLSTM-Attn (case-sensitive)](https://drive.google.com/open?id=1ajONZOgiG9pEYsQ-eBmgkVbMDuHgPCaY) |
51+
| demo images | [TRBA (**T**PS-**R**esNet-**B**iLSTM-**A**ttn)](https://drive.google.com/open?id=1b59rXuGGmKne1AuHnkgDzoYgKeETNMv9) | [TRBA (case-sensitive version)](https://drive.google.com/open?id=1ajONZOgiG9pEYsQ-eBmgkVbMDuHgPCaY) |
5252
| --- | --- | --- |
5353
| <img src="./demo_image/demo_1.png" width="300"> | available | Available |
5454
| <img src="./demo_image/demo_2.jpg" width="300"> | shakeshack | SHARESHACK |
@@ -78,7 +78,7 @@ CUDA_VISIBLE_DEVICES=0 python3 test.py \
7878
--saved_model saved_models/None-VGG-BiLSTM-CTC-Seed1111/best_accuracy.pth
7979
```
8080

81-
3. Try to train and test our best accuracy combination (TPS-ResNet-BiLSTM-Attn) also. ([download pretrained model](https://drive.google.com/drive/folders/15WPsuPJDCzhp2SvYZLRj8mAlT3zmoAMW))
81+
3. Try to train and test our best accuracy model TRBA (**T**PS-**R**esNet-**B**iLSTM-**A**ttn) also. ([download pretrained model](https://drive.google.com/drive/folders/15WPsuPJDCzhp2SvYZLRj8mAlT3zmoAMW))
8282
```
8383
CUDA_VISIBLE_DEVICES=0 python3 train.py \
8484
--train_data data_lmdb_release/training --valid_data data_lmdb_release/validation \

0 commit comments

Comments
 (0)