LoSealL / VideoSuperResolution

A collection of state-of-the-art video or single-image super-resolution architectures, reimplemented in tensorflow.
MIT License
1.61k stars 295 forks source link

processing of large files #96

Closed AndreV84 closed 4 years ago

AndreV84 commented 4 years ago

does it support the processing of large files e.g. like with resolution 5000x4000 pixels? does it work with tensorflow 2.0.0? Thanks

LoSealL commented 4 years ago

I don't limit the resolution, as long as you got enough system memory. For now, it doesn't support TF2.0, but it's planned.