summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-11-07 09:35:18 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-11-07 09:35:18 +0100
commita99f096797480c2b7a4c69bfffa211efc8c11d73 (patch)
tree45d2ecc5c32a59d10285863fd865c46d99f9bc80 /README.md
parent94bc743954bbcefda22ee6a28623164641debb79 (diff)
add demo notebook for mapping in color adaptation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f73cbe5..4088bc2 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,8 @@ The examples folder contain several examples and use case for the library. The f
* [Domain adaptation with optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb)
* [Color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb)
* [OT mapping estimation for domain adaptation](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb)
+* [OT mapping estimation for color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation_mapping.ipynb)
+
You can also see the notebooks with [Jupyter nbviewer](https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/).