整合去雾网页工具

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

37
README.md Normal file
View File

@@ -0,0 +1,37 @@
# Dehaze
多模型图像去雾对比与后处理网页工具。
## 快速启动
```bash
./run_dehaze_web.sh
```
访问:
```text
http://192.168.3.11:7860/
```
详细说明见 [使用手册.md](使用手册.md)。
## 已整合能力
- AOD
- Baidu_API
- DCP
- DehazeNet
- GCANet
- RefineDNet
- 多种 HSV/SV 后处理方式
## 验证
```bash
python scripts/verify_all.py --images 1.png
```
运行结果保存在 `web_results/`,该目录不提交到 git。
当前已在本机验证 `1.png``2.jpg` 的六个模型和四种后处理流程均可运行。