설명 없음

xujiayue bbdd49428f 模型更改 1 년 전
.idea bbdd49428f 模型更改 1 년 전
minimal_client_server_example b6077d2e00 init 2 년 전
sx_utils c16a7bdf41 - 2 년 전
templates b6077d2e00 init 2 년 전
test_imgs f9e641d1b0 first 2 년 전
testing a412d85bcb - 2 년 전
.DS_Store f9e641d1b0 first 2 년 전
Dockerfile bbdd49428f 模型更改 1 년 전
Makefile 3bf9369c9b - 2 년 전
README.md b6077d2e00 init 2 년 전
client.py 3e4238836d 更新模型使用 2 년 전
create_md.py ba9ddf64fc first 2 년 전
cutimgs.py ba9ddf64fc first 2 년 전
docker-compose.yml f9e641d1b0 first 2 년 전
environment.yml 64ca3054c2 - 2 년 전
requirements.txt 3e4238836d 更新模型使用 2 년 전
server.py bbdd49428f 模型更改 1 년 전
writeMD.py f9e641d1b0 first 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