Aucune description

liangzhongquan c45e5fa724 dockerfile修改 il y a 2 ans
images b6077d2e00 init il y a 2 ans
minimal_client_server_example b6077d2e00 init il y a 2 ans
templates b6077d2e00 init il y a 2 ans
utils f1fbdf77a5 返回值修改 il y a 2 ans
.gitattributes b6077d2e00 init il y a 2 ans
.gitignore b6077d2e00 init il y a 2 ans
Dockerfile c45e5fa724 dockerfile修改 il y a 2 ans
Makefile b6077d2e00 init il y a 2 ans
README.md b6077d2e00 init il y a 2 ans
client.py b6077d2e00 init il y a 2 ans
docker-compose.yml 2da61e21d1 docker-compose修改 il y a 2 ans
environment.yml b6077d2e00 init il y a 2 ans
requirements.txt b6077d2e00 init il y a 2 ans
server.py 589b99947b 端口号修改 il y a 2 ans

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