ml-gde / e2e-tflite-tutorials

Project tracking of the "Mobile ML Working Group", for the End-to-End TensorFlow Lite tutorials.
Apache License 2.0
133 stars 26 forks source link

Update README.md to add Zero-DCE model #55

Closed sayannath closed 2 years ago

sayannath commented 2 years ago

Hello, @ameenaltajer Could you kindly review the PR? I have Added the Zero-DCE model to this repository.

The Zero-DCE model is a TensorFlow Lite model for low-light image enhancement. The model is proposed in [1]. Original model weights are used from [2].

[1] Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement. Chunle Guo, Chongyi Li, Jichang Guo, Chen Change Loy, Junhui Hou, Sam Kwong, Runmin Cong; 2020, https://arxiv.org/abs/2001.06826 [2] https://github.com/soumik12345/zero-dce

margaretmz commented 2 years ago

Thanks for your contribution @sayannath!

A couple of suggestions - could up update your repo with the following please:

The Zero-DCE model is a TensorFlow Lite model for low-light image enhancement. The model is proposed in [1]. Original model weights are used from [2].

[1] Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement. Chunle Guo, Chongyi Li, Jichang Guo, Chen Change Loy, Junhui Hou, Sam Kwong, Runmin Cong; 2020, https://arxiv.org/abs/2001.06826 [2] https://github.com/soumik12345/zero-dce

sayannath commented 2 years ago

Thanks @margaretmz! I will apply these changes.