Raychar 2c36bfc8d8 update detect model & rec model | há 2 anos atrás | |
---|---|---|
bank_cls_infer | há 2 anos atrás | |
bank_det_infer | há 2 anos atrás | |
bank_rec_infer | há 2 anos atrás | |
core | há 2 anos atrás | |
images | há 2 anos atrás | |
sx_utils | há 2 anos atrás | |
testing | há 2 anos atrás | |
.gitignore | há 2 anos atrás | |
Dockerfile | há 2 anos atrás | |
Makefile | há 2 anos atrás | |
README.md | há 2 anos atrás | |
convert_markdown.py | há 2 anos atrás | |
cpu.Dockerfile | há 2 anos atrás | |
docker-compose.yml | há 2 anos atrás | |
en_dict.txt | há 2 anos atrás | |
environment.yml | há 2 anos atrás | |
logo.png | há 2 anos atrás | |
ppocr_keys_bank.txt | há 2 anos atrás | |
ppocr_keys_v1.txt | há 2 anos atrás | |
predict_det.py | há 2 anos atrás | |
run.py | há 2 anos atrás | |
server.py | há 2 anos atrás | |
simfang.ttf | há 2 anos atrás | |
utility.py | há 2 anos atrás |
基于paddleocr v2, 用于识别银行卡号。
conda env create -f environment.yml
python main.py
# port 8080
python server.py --port 8080
python -m unittest discover testing '*_test.py' -v
# pytest
cd testing
python -m pytest test_bank.py -vv
# test group convex
python -m pytest test_bank.py -m convex -vv