Skip to content

Commit

Permalink
remove stn in svtr
Browse files Browse the repository at this point in the history
  • Loading branch information
eshoyuan committed Sep 8, 2022
1 parent 1005aaa commit 8a75ed5
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 369 deletions.
4 changes: 3 additions & 1 deletion preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ python3 crop.py
python3 create_classification_dataset.py
python3 classification_vgg.py
python3 create_PSOL_dataset.py
python3 PSOL/generate_box_imagenet_crop.py
python3 PSOL/generate_box_imagenet_crop.py
python3 tools/train.py -c svtr_large_train_stn.yml # Distributed Training: python -m paddle.distributed.launch --gpus '0,1,2,3' -c svtr_large_train_stn.yml
python3 tools/train.py -c svtr_large_train_stn.yml -o Global.pretrained_model=svtr_large_stn/best_accuracy
130 changes: 0 additions & 130 deletions rec_PP-OCRv3.yml

This file was deleted.

118 changes: 0 additions & 118 deletions rec_svtrnet.yml

This file was deleted.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ cython
lxml
premailer
openpyxl
attrdict
attrdict
pyyaml
119 changes: 0 additions & 119 deletions svtr_large.yml

This file was deleted.

Loading

0 comments on commit 8a75ed5

Please sign in to comment.