Code and resources for KDID-Net, a motion deblurring model for plant disease classification using knowledge distillation.
[Paper] : Knowledge distillation-based image deblurring network for plant disease classification
Teacher
python train.py --config [config path]Without distill
python train_small.py --config [config path]With distill
python KD_train.py --config [config path]