clausmichele / ViDeNN

ViDeNN - Deep Blind Video Denoising
MIT License
232 stars 35 forks source link

Python3 compatible and bug-free #11

Closed ojasviyadav closed 4 years ago

ojasviyadav commented 4 years ago

Hello, I converted this code for python3 and also tested both the spatial model and temporal model. There were a few int/float compatibility issues which I corrected with simple typecasting, and I also changed a few other lines with python2 syntax to python3 syntax. Thank you for your consideration.

clausmichele commented 4 years ago

Thanks, I'll check the commits and merge it when I find some time!

ojasviyadav commented 4 years ago

Also, I renamed a file (add_noise_temp3-CNN.py) to match the name specified in the readme code