Sem descrição

liangzhongquan 8d894c8840 conda已存在解决 há 2 anos atrás
images b6077d2e00 init há 2 anos atrás
minimal_client_server_example b6077d2e00 init há 2 anos atrás
sx_utils c16a7bdf41 - há 2 anos atrás
templates b6077d2e00 init há 2 anos atrás
.gitattributes b6077d2e00 init há 2 anos atrás
.gitignore b6077d2e00 init há 2 anos atrás
Dockerfile 8d894c8840 conda已存在解决 há 2 anos atrás
Makefile b02adb0e3e docker-compose修改 há 2 anos atrás
README.md b6077d2e00 init há 2 anos atrás
client.py b6077d2e00 init há 2 anos atrás
docker-compose.yml dc7bac394d path设置 há 2 anos atrás
environment.yml b6077d2e00 init há 2 anos atrás
requirements.txt b6077d2e00 init há 2 anos atrás
server.py 41d56e00c0 -- há 2 anos atrás

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