Sen descrición

Raychar 2c36bfc8d8 update detect model & rec model %!s(int64=2) %!d(string=hai) anos
bank_cls_infer a29331f881 bank card update %!s(int64=2) %!d(string=hai) anos
bank_det_infer 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
bank_rec_infer 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
core 2c36bfc8d8 update detect model & rec model %!s(int64=2) %!d(string=hai) anos
images 7666d6893d add images all and all_test.py %!s(int64=2) %!d(string=hai) anos
sx_utils 60b8ec9de5 refactor anchor %!s(int64=2) %!d(string=hai) anos
testing 2c36bfc8d8 update detect model & rec model %!s(int64=2) %!d(string=hai) anos
.gitignore 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
Dockerfile 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
Makefile d4a2676d0f update deploy %!s(int64=2) %!d(string=hai) anos
README.md 60b8ec9de5 refactor anchor %!s(int64=2) %!d(string=hai) anos
convert_markdown.py 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
cpu.Dockerfile 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
docker-compose.yml 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
en_dict.txt 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
environment.yml 60b8ec9de5 refactor anchor %!s(int64=2) %!d(string=hai) anos
logo.png f906a85b8b add angledetector %!s(int64=2) %!d(string=hai) anos
ppocr_keys_bank.txt 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
ppocr_keys_v1.txt a29331f881 bank card update %!s(int64=2) %!d(string=hai) anos
predict_det.py 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
run.py 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
server.py 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
simfang.ttf 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos
utility.py 5b1a2188fc update detect model & rec model %!s(int64=2) %!d(string=hai) anos

README.md

银行卡识别

基于paddleocr v2, 用于识别银行卡号。

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

demo

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