Sin descripción

luoyulong 639e1e9f38 - hace 2 años
images b6077d2e00 init hace 2 años
minimal_client_server_example b6077d2e00 init hace 2 años
templates b6077d2e00 init hace 2 años
utils f1fbdf77a5 返回值修改 hace 2 años
.gitattributes b6077d2e00 init hace 2 años
.gitignore b6077d2e00 init hace 2 años
Dockerfile c45e5fa724 dockerfile修改 hace 2 años
Makefile b6077d2e00 init hace 2 años
README.md b6077d2e00 init hace 2 años
client.py b6077d2e00 init hace 2 años
docker-compose.yml 639e1e9f38 - hace 2 años
environment.yml b6077d2e00 init hace 2 años
requirements.txt b6077d2e00 init hace 2 años
server.py 589b99947b 端口号修改 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