Açıklama Yok

liangzhongquan dc7bac394d path设置 2 yıl önce
images b6077d2e00 init 2 yıl önce
minimal_client_server_example b6077d2e00 init 2 yıl önce
sx_utils dc7bac394d path设置 2 yıl önce
templates b6077d2e00 init 2 yıl önce
.gitattributes b6077d2e00 init 2 yıl önce
.gitignore b6077d2e00 init 2 yıl önce
Dockerfile dc7bac394d path设置 2 yıl önce
Makefile b02adb0e3e docker-compose修改 2 yıl önce
README.md b6077d2e00 init 2 yıl önce
client.py b6077d2e00 init 2 yıl önce
docker-compose.yml dc7bac394d path设置 2 yıl önce
environment.yml b6077d2e00 init 2 yıl önce
requirements.txt b6077d2e00 init 2 yıl önce
server.py dc7bac394d path设置 2 yıl önce

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