No Description

Zhang Li 9f8dca06da update Dockerfile 2 years ago
images b6077d2e00 init 2 years ago
minimal_client_server_example b6077d2e00 init 2 years ago
templates b6077d2e00 init 2 years ago
.gitattributes b6077d2e00 init 2 years ago
.gitignore b6077d2e00 init 2 years ago
Dockerfile 9f8dca06da update Dockerfile 2 years ago
Makefile b6077d2e00 init 2 years ago
README.md b6077d2e00 init 2 years ago
client.py b6077d2e00 init 2 years ago
docker-compose.yml b6077d2e00 init 2 years ago
environment.yml b6077d2e00 init 2 years ago
requirements.txt b6077d2e00 init 2 years ago
server.py b6077d2e00 init 2 years ago

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