|
|
|
@ -15,6 +15,6 @@ python2.7 test_face_deblur.py --dataroot ./facades/github/ --valDataroot <path_t
|
|
|
|
## To train UMRL:
|
|
|
|
## To train UMRL:
|
|
|
|
python2.7 train_face_deblur.py --dataroot <path_to_train_data> --valDataroot ./facades/github/ --exp ./face_deblur --batchSize 10
|
|
|
|
python2.7 train_face_deblur.py --dataroot <path_to_train_data> --valDataroot ./facades/github/ --exp ./face_deblur --batchSize 10
|
|
|
|
|
|
|
|
|
|
|
|
- input should be clean images. blurry images for trained are generated by the code it self.
|
|
|
|
- input should be clean image. blurry images for trained are generated by the code it self.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|