整合去雾网页工具

This commit is contained in:
admin
2026-06-10 17:42:11 +08:00
commit 6db15ebc3f
101 changed files with 10167 additions and 0 deletions

8
run_dehaze_web.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
export DEHAZE_CAFFE_PYTHON="${DEHAZE_CAFFE_PYTHON:-/home/wkmgc/miniconda3/envs/dehaze_caffe/bin/python}"
export DEHAZE_TORCH_PYTHON="${DEHAZE_TORCH_PYTHON:-/home/wkmgc/miniconda3/envs/seg_server/bin/python}"
python web_dehaze/server.py --host 0.0.0.0 --port 7860