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

14 lines
624 B
Markdown
Raw 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并统一展示结果与后处理结果。
```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`