rajeevyasarla / UMSN-Face-Deblurring

Deblurring Face Images using Uncertainty Guided Multi-Stream Semantic Networks
MIT License
118 stars 34 forks source link

Update test_face_deblur.py #15

Closed gupta-keshav closed 4 years ago

gupta-keshav commented 4 years ago

passing the parameter --originalSize as something other than 128 resulted in error, because the class matrix of zeros was always of size 128*128, replaces it with matrix of size originalSize. So it doesn't throw error