From 06e5ae57e5b272ce0f1b9cb25569182957813c27 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Wed, 26 Oct 2022 13:42:06 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e71ea2d..4fac0d5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ Google Research, University of Texas at Austin **News**: -- Oct 21, 2022: MAXIM models have been ported to Tensorflow by [@sayakpaul](https://github.com/sayakpaul). Check it out here: [maxim-tf](https://github.com/sayakpaul/maxim-tf) +- Oct 21, 2022: MAXIM models have been ported to Tensorflow by [@sayakpaul](https://github.com/sayakpaul). Check it out here: [maxim-tf](https://github.com/sayakpaul/maxim-tf). He also created a couple of Hugging Face Spaces to allow users to quickly try out the different models: + * [Denoising](https://huggingface.co/spaces/sayakpaul/sidd-denoising-maxim) + * [Low-light enhancement](https://huggingface.co/spaces/sayakpaul/lol-enhancement-maxim) + * [Dehazing indoors](https://huggingface.co/spaces/sayakpaul/sots-indoor-dehazing-maxim) + * [Dehazing outdoors](https://huggingface.co/spaces/sayakpaul/sots-outdoor-dehazing-maxim) - Sep 8, 2022: our Google AI blog covering both [MaxViT](https://arxiv.org/abs/2204.01697) and [MAXIM](https://github.com/google-research/maxim) is [live](https://ai.googleblog.com/2022/09/a-multi-axis-approach-for-vision.html). - Apr 25, 2022: Added demos. - Colab demo by [@deshwalmahesh](https://github.com/deshwalmahesh) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-research/maxim/blob/master/colab_inference_demo.ipynb) From ce6964b14ed6a0175f54e7cadb9294746eb43503 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Thu, 27 Oct 2022 11:19:11 +0530 Subject: [PATCH 2/3] add: more space links. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fac0d5..4bd10c9 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,13 @@ Google Research, University of Texas at Austin **News**: -- Oct 21, 2022: MAXIM models have been ported to Tensorflow by [@sayakpaul](https://github.com/sayakpaul). Check it out here: [maxim-tf](https://github.com/sayakpaul/maxim-tf). He also created a couple of Hugging Face Spaces to allow users to quickly try out the different models: +- Oct 21, 2022: MAXIM models have been ported to TensorFlow by [@sayakpaul](https://github.com/sayakpaul). Check it out here: [maxim-tf](https://github.com/sayakpaul/maxim-tf). He also created a couple of Hugging Face Spaces to allow users to quickly try out the different models: * [Denoising](https://huggingface.co/spaces/sayakpaul/sidd-denoising-maxim) * [Low-light enhancement](https://huggingface.co/spaces/sayakpaul/lol-enhancement-maxim) + * [Image retouching](https://huggingface.co/spaces/sayakpaul/fivek-retouching-maxim) * [Dehazing indoors](https://huggingface.co/spaces/sayakpaul/sots-indoor-dehazing-maxim) * [Dehazing outdoors](https://huggingface.co/spaces/sayakpaul/sots-outdoor-dehazing-maxim) + * [Image deraining](https://huggingface.co/spaces/sayakpaul/rain13k-deraining-maxim) - Sep 8, 2022: our Google AI blog covering both [MaxViT](https://arxiv.org/abs/2204.01697) and [MAXIM](https://github.com/google-research/maxim) is [live](https://ai.googleblog.com/2022/09/a-multi-axis-approach-for-vision.html). - Apr 25, 2022: Added demos. - Colab demo by [@deshwalmahesh](https://github.com/deshwalmahesh) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-research/maxim/blob/master/colab_inference_demo.ipynb) From ff024e62ff17675487681914a26ad317df36f792 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 28 Oct 2022 10:47:30 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bd10c9..7aa2f2a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Google Research, University of Texas at Austin * [Dehazing indoors](https://huggingface.co/spaces/sayakpaul/sots-indoor-dehazing-maxim) * [Dehazing outdoors](https://huggingface.co/spaces/sayakpaul/sots-outdoor-dehazing-maxim) * [Image deraining](https://huggingface.co/spaces/sayakpaul/rain13k-deraining-maxim) + * [Image deblurring](https://huggingface.co/spaces/sayakpaul/gopro-deblurring-maxim) - Sep 8, 2022: our Google AI blog covering both [MaxViT](https://arxiv.org/abs/2204.01697) and [MAXIM](https://github.com/google-research/maxim) is [live](https://ai.googleblog.com/2022/09/a-multi-axis-approach-for-vision.html). - Apr 25, 2022: Added demos. - Colab demo by [@deshwalmahesh](https://github.com/deshwalmahesh) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google-research/maxim/blob/master/colab_inference_demo.ipynb)