.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/python-publish.yml
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/vietocr.iml
.idea/inspectionProfiles/profiles_settings.xml
src/README.md
src/__init__.py
src/setup.py
src/vietocr_gettingstart.ipynb
src/config/__init__.py
src/config/base.yml
src/config/resnet-transformer.yml
src/config/resnet_fpn_transformer.yml
src/config/vgg-convseq2seq.yml
src/config/vgg-seq2seq.yml
src/config/vgg-transformer.yml
src/image/.keep
src/image/sample.png
src/image/vietocr.jpg
src/viocr/__init__.py
src/viocr/predict.py
src/viocr/requirement.txt
src/viocr/train.py
src/viocr.egg-info/PKG-INFO
src/viocr.egg-info/SOURCES.txt
src/viocr.egg-info/dependency_links.txt
src/viocr.egg-info/entry_points.txt
src/viocr.egg-info/top_level.txt
src/viocr/loader/__init__.py
src/viocr/loader/aug.py
src/viocr/loader/dataloader.py
src/viocr/loader/dataloader_v1.py
src/viocr/model/__init__.py
src/viocr/model/beam.py
src/viocr/model/trainer.py
src/viocr/model/transformerocr.py
src/viocr/model/vocab.py
src/viocr/model/backbone/__init__.py
src/viocr/model/backbone/cnn.py
src/viocr/model/backbone/resnet.py
src/viocr/model/backbone/vgg.py
src/viocr/model/seqmodel/__init__.py
src/viocr/model/seqmodel/convseq2seq.py
src/viocr/model/seqmodel/seq2seq.py
src/viocr/model/seqmodel/transformer.py
src/viocr/optim/__init__.py
src/viocr/optim/labelsmoothingloss.py
src/viocr/optim/optim.py
src/viocr/tests/sample.txt
src/viocr/tests/utest.py
src/viocr/tests/image/001099025107.jpeg
src/viocr/tests/image/026301003919.jpeg
src/viocr/tests/image/036170002830.jpeg
src/viocr/tests/image/038078002355.jpeg
src/viocr/tests/image/038089010274.jpeg
src/viocr/tests/image/038144000109.jpeg
src/viocr/tests/image/060085000115.jpeg
src/viocr/tests/image/072183002222.jpeg
src/viocr/tests/image/079084000809.jpeg
src/viocr/tests/image/079193002341.jpeg
src/viocr/tool/__init__.py
src/viocr/tool/config.py
src/viocr/tool/create_dataset.py
src/viocr/tool/logger.py
src/viocr/tool/predictor.py
src/viocr/tool/translate.py
src/viocr/tool/utils.py