Нема описа

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