整合去雾网页工具
This commit is contained in:
8
run_dehaze_web.sh
Executable file
8
run_dehaze_web.sh
Executable 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
|
||||
Reference in New Issue
Block a user