整合去雾网页工具

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

13
web_dehaze/README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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`