No Description

liweiquan 1dfaf07d80 添加注释 9 months ago
deploy 8a43236ce0 更新 'deploy/Jenkinsfile' 10 months ago
minimal_client_server_example b6077d2e00 init 2 years ago
sx_utils 961521c830 fix: 重构结构 1 year ago
templates b6077d2e00 init 2 years ago
test_imgs f9e641d1b0 first 2 years ago
testing a412d85bcb - 2 years ago
.DS_Store f9e641d1b0 first 2 years ago
.gitignore 588f8e69da fix: pt文件 1 year ago
Dockerfile 5ad804f3d2 fix: Dockerfile 1 year ago
Dockerfile.base 3b59c0ca5b fix: Dockerfile 1 year ago
Makefile 588f8e69da fix: pt文件 1 year ago
README.md b6077d2e00 init 2 years ago
client.py 3e4238836d 更新模型使用 2 years ago
create_md.py ba9ddf64fc first 2 years ago
cutimgs.py ba9ddf64fc first 2 years ago
docker-compose.yml f9e641d1b0 first 2 years ago
environment.yml f9810ae35a fix: Dockerfile 1 year ago
kubeconfig-sxkj 671746b0b3 feat: kubeconfig 1 year ago
kubeconfig-sxkjprod 671746b0b3 feat: kubeconfig 1 year ago
requirements.txt 6ce815ea4c fix: requirements.txt 1 year ago
run.py 2fa551ba1f feat: yolov7 1 year ago
server.py 1dfaf07d80 添加注释 9 months ago
test.py 2fa551ba1f feat: yolov7 1 year ago
writeMD.py f9e641d1b0 first 2 years ago

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