Skip to content

Commit 449045f

Browse files
committed
nearly there gallery
1 parent eb3ebcb commit 449045f

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed

examples/README.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
============
2+
POT Examples
3+
============

examples/plot_OTDA_color_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Demo of Optimal transport for domain adaptation with image color adaptation as in [6]
55
=====================================================================================
66
7-
[6] Ferradans, S., Papadakis, N., Peyré, G., & Aujol, J. F. (2014). Regularized discrete optimal transport. SIAM Journal on Imaging Sciences, 7(3), 1853-1882.
7+
[6] Ferradans, S., Papadakis, N., Peyre, G., & Aujol, J. F. (2014). Regularized discrete optimal transport. SIAM Journal on Imaging Sciences, 7(3), 1853-1882.
88
"""
99

1010
import numpy as np

examples/plot_OTDA_mapping_color_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Demo of Optimal transport for domain adaptation with image color adaptation as in [6] with mapping estimation from [8]
55
======================================================================================================================
66
7-
[6] Ferradans, S., Papadakis, N., Peyré, G., & Aujol, J. F. (2014). Regularized
7+
[6] Ferradans, S., Papadakis, N., Peyre, G., & Aujol, J. F. (2014). Regularized
88
discrete optimal transport. SIAM Journal on Imaging Sciences, 7(3), 1853-1882.
99
[8] M. Perrot, N. Courty, R. Flamary, A. Habrard, "Mapping estimation for
1010
discrete optimal transport", Neural Information Processing Systems (NIPS), 2016.

examples/plot_OT_2D_samples.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
22
"""
3+
=============================================================
34
Demo for 2D Optimal transport between empirical distributions
5+
=============================================================
46
57
@author: rflamary
68
"""

examples/plot_barycenter_1D.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""
3+
==============================
34
1D Wasserstein barycenter demo
5+
==============================
6+
47
58
@author: rflamary
69
"""

examples/plot_optim_OTreg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# -*- coding: utf-8 -*-
22
"""
3+
==================================
34
Regularized OT with generic solver
5+
==================================
6+
7+
48
"""
59

610
import numpy as np

0 commit comments

Comments
 (0)