Y-net
Y-net copied to clipboard
Y-NET: MULTI-SCALE FEATURE AGGREGATION NETWORK WITH WAVELETSTRUCTURE SIMILARITY LOSS FUNCTION FOR SINGLE IMAGE DEHAZING, ICASSP 2020
Y-net
Y-NET: MULTI-SCALE FEATURE AGGREGATION NETWORK WITH WAVELET STRUCTURE SIMILARITY LOSS FUNCTION FOR SINGLE IMAGE DEHAZING - ICASSP 2020
This repository shows implementation of Y-net and Wavelet Structure Simlarity Loss Function.
We provide the loss function and the Y-net. Please refer our previous repository that contains wholes training codes.

Dependencies
Usage
1. Cloning the repository
$ git clone https://github.com/dectrfov/Y-net.git
$ cd Y-net
2. Testing
$ python demo.py -d haze_img -m model/model_last.pkl
3. Use the Wavelet Structure Simlarity Loss Function
from wavelet_ssim_loss import WSloss
loss = WSloss()
