Skip to content

hello-trouble/Distilling-Image-Dehazing-With-Heterogeneous-Task-Imitation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distilling Image Dehazing With Heterogeneous Task Imitation

This repository contains code for reproducing the paper "Distilling Image Dehazing With Heterogeneous Task Imitation"

Get Started

Teacher Training

python src/train_teacher.py --model-name teacher --batch-size 4 --epochs 30 --teacher-lr 0.0001 --train-ratio 0.8 --validation-ratio 0.1 --gt-dir clear --hazy-dir Haze

Student Training

python src/train.py --dataset OTS --model-name teacher student --batch-size 4 --epochs 200 --teacher-lr 0.0001 --train-ratio 0.8 --val-ratio 0.1 --gt-dir clear --hazy-dir Haze --load-best-teacher-model --best-teacher-model-path=model_path.pth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%