Have you ever wondered how to convert your dark images into better photos? Now you can do it in one second, with the help of the Zero-DCE model. The TF-Lite model is available on TensorFlow Hub. Now you can effortlessly deploy this Deep Learning model on your edge devices to get amazing images as output.
Thanks to Soumik Rakshit for building the Zero-DCE model, Sayak Paul and Tulasi Ram Laghumavarapu for guiding me while contributing to TensorFlow Hub.
TensorFlow Hub Link: https://tfhub.dev/sayannath/lite-model/zero-dce/1
References
- Zero-DCE paper link: https://arxiv.org/pdf/2001.06826.pdf
- Zero-DCE Original Repository: GitHub - soumik12345/Zero-DCE: Pytorch implementation of Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement
- Zero-DCE Keras Example: Zero-DCE for low-light image enhancement
- Zero-DCE TF-Lite Repository: GitHub - sayannath/Zero-DCE-TFLite: Conversion of TF-Lite model from ZERO-DCE model
PS: My first contribution to TensorFlow Hub