Skip to content

Commit a99f096

Browse files
committed
add demo notebook for mapping in color adaptation
1 parent 94bc743 commit a99f096

File tree

3 files changed

+355
-1
lines changed

3 files changed

+355
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ The examples folder contain several examples and use case for the library. The f
6161
* [Domain adaptation with optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb)
6262
* [Color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation.ipynb)
6363
* [OT mapping estimation for domain adaptation](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OTmapping_DomainAdaptation.ipynb)
64+
* [OT mapping estimation for color transfer in images](https://github.com/rflamary/POT/blob/master/examples/Demo_Image_ColorAdaptation_mapping.ipynb)
65+
6466

6567
You can also see the notebooks with [Jupyter nbviewer](https://nbviewer.jupyter.org/github/rflamary/POT/tree/master/examples/).
6668

examples/Demo_Image_ColorAdaptation_mapping.ipynb

Lines changed: 349 additions & 0 deletions
Large diffs are not rendered by default.

examples/demo_OTDA_mapping.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Demo of OT mapping estimation for somain adaptation
3+
Demo of OT mapping estimation for domain adaptation [8]
4+
5+
[8] M. Perrot, N. Courty, R. Flamary, A. Habrard, "Mapping estimation for
6+
discrete optimal transport", Neural Information Processing Systems (NIPS), 2016.
47
"""
58

69
import numpy as np

0 commit comments

Comments
 (0)