Sin descripción

Raychar ccfb8d20d3 first hace 2 años
core ccfb8d20d3 first hace 2 años
images ccfb8d20d3 first hace 2 años
infer_model ccfb8d20d3 first hace 2 años
sx_utils ca0e04a139 first commit hace 2 años
testing ccfb8d20d3 first hace 2 años
.gitignore dfe2f0b88a update hace 2 años
Dockerfile ccfb8d20d3 first hace 2 años
Makefile ca0e04a139 first commit hace 2 años
README.md 7649615116 fix doc hace 2 años
convert_json.py dfe2f0b88a update hace 2 años
cpu.Dockerfile ca0e04a139 first commit hace 2 años
docker-compose.yml dfe2f0b88a update hace 2 años
environment.yml ca0e04a139 first commit hace 2 años
generate_test.py eb46297625 add covert and generate.py hace 2 años
ppocr_keys_v1.txt ca0e04a139 first commit hace 2 años
predict_det.py ccfb8d20d3 first hace 2 años
run.py 6b5bac4bb5 refactor all hace 2 años
server.py ccfb8d20d3 first hace 2 años
test_addr.py ccfb8d20d3 first hace 2 años
utility.py ccfb8d20d3 first hace 2 años

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