설명 없음

zeke-chin 979b288058 Merge remote-tracking branch 'origin/master' 2 년 전
ch_ppocr_server_v2.0_det_infer 6b5bac4bb5 refactor all 2 년 전
ch_ppocr_server_v2.0_rec_infer 6b5bac4bb5 refactor all 2 년 전
core eb81f3c24e add direction 2 년 전
huko_cls_infer 6b5bac4bb5 refactor all 2 년 전
huko_det_infer ca0e04a139 first commit 2 년 전
huko_rec_infer ca0e04a139 first commit 2 년 전
images d54206a7ab add all images and all_test.py 2 년 전
sx_utils ca0e04a139 first commit 2 년 전
testing d54206a7ab add all images and all_test.py 2 년 전
.gitignore ca0e04a139 first commit 2 년 전
Dockerfile ca0e04a139 first commit 2 년 전
Makefile ca0e04a139 first commit 2 년 전
README.md 7649615116 fix doc 2 년 전
convert_json.py 401eba7083 fix style 2 년 전
cpu.Dockerfile ca0e04a139 first commit 2 년 전
docker-compose.yml ca0e04a139 first commit 2 년 전
environment.yml ca0e04a139 first commit 2 년 전
ppocr_keys_v1.txt ca0e04a139 first commit 2 년 전
run.py 6b5bac4bb5 refactor all 2 년 전
server.py 6b5bac4bb5 refactor all 2 년 전

README.md

户口本识别

基于paddleocr v2, 用于识户口本。

环境

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

服务端

# port 8080
python server.py --port 8080

单元测试

 conda activate py38
 python -m unittest discover testing '*_test.py' -v

镜像打包

make all