zeke-chin 1122e4ca4b 交付版本 | 2 yıl önce | |
---|---|---|
core | 2 yıl önce | |
images | 2 yıl önce | |
models | 2 yıl önce | |
s_utils | 2 yıl önce | |
testing | 2 yıl önce | |
.gitignore | 2 yıl önce | |
Dockerfile | 2 yıl önce | |
Makefile | 2 yıl önce | |
README.md | 2 yıl önce | |
docker-compose.yml | 2 yıl önce | |
environment.yml | 2 yıl önce | |
ppocr_keys_bank.txt | 2 yıl önce | |
predict_det.py | 2 yıl önce | |
run.py | 2 yıl önce | |
server.py | 2 yıl önce | |
simfang.ttf | 2 yıl önce | |
utility.py | 2 yıl önce |
OCR算法服务,用于识别银行卡号。
conda env create -f environment.yml
# 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