Açıklama Yok

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

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