clausmichele / ViDeNN

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

Use pathlib for paths (and drop python2 support) #24

Open Tilix4 opened 3 years ago

Tilix4 commented 3 years ago

As you probably know, Python 2 is deprecated. Also, pathlib is a great way to handle paths and because I've faced issues with paths using two different OS, I'd like to fix them using this lib, which means dropping python2 support.

If you agree I'll propose a PR.