بدون توضیح

luoyulong 7359ff2e70 合并 2 سال پیش
images b6077d2e00 init 2 سال پیش
minimal_client_server_example b6077d2e00 init 2 سال پیش
templates b6077d2e00 init 2 سال پیش
utils 33df720a06 utils修改 2 سال پیش
.gitattributes b6077d2e00 init 2 سال پیش
.gitignore b6077d2e00 init 2 سال پیش
Dockerfile c45e5fa724 dockerfile修改 2 سال پیش
Makefile b02adb0e3e docker-compose修改 2 سال پیش
README.md b6077d2e00 init 2 سال پیش
client.py b6077d2e00 init 2 سال پیش
docker-compose.yml 7359ff2e70 合并 2 سال پیش
environment.yml b6077d2e00 init 2 سال پیش
requirements.txt b6077d2e00 init 2 سال پیش
server.py 33df720a06 utils修改 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