설명 없음

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