Boyiliee / AOD-Net

AOD-Net (Pytorch & Caffe)
135 stars 39 forks source link

pytorch部分代码好像不完整 #7

Closed cherry5219 closed 5 years ago

cherry5219 commented 5 years ago

from utils import logger, weight_init from config import get_config from data import HazeDataset

这几个代码好像没有提供 运行出错 请问是什么原因呢

Boyiliee commented 5 years ago

Here is the unofficial implementation (https://github.com/TheFairBear/PyTorch-Image-Dehazing) of AOD-Net. Based on this code, we add simple PONO into AOD-Net, which improves the performance efficiently.

Hope this helps.