csxmli2016 / textbsr

This is a simple text image blind super-resolution model, using BSRGAN
Other
87 stars 5 forks source link

Use numpy version with not removed np.int #5

Closed dovvakkin closed 8 months ago

dovvakkin commented 9 months ago

np.int was deprecated in numpy 1.20 and removed in 1.24, while current version is 1.26

so project won't work with latest numpy

I fixed numpy version to latest with np.int support