暂无描述

liangzhongquan 8d894c8840 conda已存在解决 2 年之前
images b6077d2e00 init 2 年之前
minimal_client_server_example b6077d2e00 init 2 年之前
sx_utils c16a7bdf41 - 2 年之前
templates b6077d2e00 init 2 年之前
.gitattributes b6077d2e00 init 2 年之前
.gitignore b6077d2e00 init 2 年之前
Dockerfile 8d894c8840 conda已存在解决 2 年之前
Makefile b02adb0e3e docker-compose修改 2 年之前
README.md b6077d2e00 init 2 年之前
client.py b6077d2e00 init 2 年之前
docker-compose.yml dc7bac394d path设置 2 年之前
environment.yml b6077d2e00 init 2 年之前
requirements.txt b6077d2e00 init 2 年之前
server.py 41d56e00c0 -- 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