Skip to content

Latest commit

 

History

History

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Demo

Below shows some examples of using PyVot.

Double Rings

rings_numpy.py

Point Set Registration

icp_numpy.py

Spherical Transshipment

sphere_numpy.py

Regularized K-means

kmeans_numpy.py

Transshipment

unbalanced_numpy.py

Unbalanced Transshipment

unbalanced_numpy.py

VOT vs Sinkhorn

python vot_vs_sinkhorn.py

To run Sinkhorn OT, please install the Python Optimal Transport library, by e.g. pip install POT,

vot_vs_sinkhorn.py

Area preserving mapping.

area_numpy.py

Regularizing VOT by pair-wise similarities.

area_numpy.py

Regularizing VOT by global invariances.

area_numpy.py

Vector Quantization

color_numpy.py