Files
Dehaze/web_dehaze/README.md
2026-06-10 17:50:42 +08:00

16 lines
794 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Dehaze Web Console
本地网页端入口,用于选择 `待去雾图片/` 中的图片,运行 AOD、Baidu_API、DCP、DehazeNet、GCANet、RefineDNet并统一展示结果与后处理结果。
网页左侧提供“批量默认流程”,会对全部图片运行 `Baidu_API -> 自动 S/V`;下载区可将当前图片或全部图片已有结果打包为 ZIP。
```bash
bash run_dehaze_web.sh
```
结果统一保存到 `web_results/`。当前环境缺少 `caffe``torch`AOD/DehazeNet/GCANet/RefineDNet 会在运行时显示缺少依赖DCP 和后处理可直接使用当前 Python 环境运行。
当前默认调度:
- AOD、DehazeNet`/home/wkmgc/miniconda3/envs/dehaze_caffe/bin/python`
- GCANet、RefineDNet`/home/wkmgc/miniconda3/envs/seg_server/bin/python`