XLearning-SCU / 2021-IJCV-YOLY

PyTorch implementation for You Only Look Yourself: Unsupervised and Untrained Single Image Dehazing Neural Network (YOLY) (IJCV 2021)
60 stars 14 forks source link

Is dehazing.py a training program or a verification program? #3

Closed Kayla2714 closed 2 years ago

XLearning-SCU commented 2 years ago

I am sorry to reply so late. YOLY is an "untrained" method, which means that YOLY bypasses the conventional training paradigm of deep models on hazy-clean pairs and only need to optimize its parameters on observed ones. Thus, dehazing.py is both training program and verification program, because it optimizes parameters in this file and test the performance as well.