説明なし

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

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