Sin descripción

meishuhuan c694eb783a 更新 'Dockerfile' hace 2 años
images 5deaca7837 add test_layout.py hace 2 años
minimal_client_server_example b6077d2e00 init hace 2 años
sx_utils c16a7bdf41 - hace 2 años
templates b6077d2e00 init hace 2 años
testing a412d85bcb - hace 2 años
.gitattributes b6077d2e00 init hace 2 años
.gitignore b6077d2e00 init hace 2 años
Dockerfile c694eb783a 更新 'Dockerfile' hace 2 años
Makefile 3bf9369c9b - hace 2 años
README.md b6077d2e00 init hace 2 años
client.py b6077d2e00 init hace 2 años
docker-compose.yml dc7bac394d path设置 hace 2 años
environment.yml 64ca3054c2 - hace 2 años
requirements.txt b6077d2e00 init hace 2 años
server.py a089757a03 Update 'server.py' hace 2 años

README.md

layout-server

用于版面分析.

环境

  • python >= 3.8
  • pytorch
  • cv2
conda env create -f environment.yml

demo

python main.py

服务端

# port 8080
python server.py --port 8080