整合去雾网页工具

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

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Python
__pycache__/
*.py[cod]
*.pyo
# OS/editor noise
.DS_Store
Thumbs.db
.vscode/
.idea/
# Local credentials and runtime config
.env
config/*.env
# Generated dehaze outputs and temporary model inputs
web_results/
AOD-Net_最好加入后处理/data/img/
AOD-Net_最好加入后处理/data/result/
DCP_最好加入后处理/image/
DehazeNet/img/
GCANet/imgs/
RefineDNet/datasets/quick_test/
# Runtime-generated prototxt files
AOD-Net_最好加入后处理/test/DeployT.prototxt
DehazeNet/DehazeNetFcn.prototxt
# Logs
*.log