Files
Dehaze/.gitignore
2026-06-10 17:42:11 +08:00

31 lines
529 B
Plaintext

# 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