LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
img/colorboxes.png
img/erc.png
img/eu.png
img/fwo.png
img/illustration.png
img/kuleuven.png
img/vl.png
src/cpp/sinkhorn.cpp
src/cpp/sinkhorn.h
src/uotod/__init__.py
src/uotod.egg-info/PKG-INFO
src/uotod.egg-info/SOURCES.txt
src/uotod.egg-info/dependency_links.txt
src/uotod.egg-info/requires.txt
src/uotod.egg-info/top_level.txt
src/uotod/colorboxes/__init__.py
src/uotod/loss/DetectionLoss.py
src/uotod/loss/GIoULoss.py
src/uotod/loss/IoULoss.py
src/uotod/loss/MultipleObjectiveLoss.py
src/uotod/loss/NegativeProbLoss.py
src/uotod/loss/SigmoidFocalLoss.py
src/uotod/loss/__init__.py
src/uotod/match/BalancedPOT.py
src/uotod/match/BalancedSinkhorn.py
src/uotod/match/ClosestPrediction.py
src/uotod/match/ClosestTarget.py
src/uotod/match/Hungarian.py
src/uotod/match/Min.py
src/uotod/match/SoftMin.py
src/uotod/match/UnbalancedPOT.py
src/uotod/match/UnbalancedSinkhorn.py
src/uotod/match/WeightedSum.py
src/uotod/match/_Compiled.py
src/uotod/match/_Match.py
src/uotod/match/_POT.py
src/uotod/match/_Sinkhorn.py
src/uotod/match/__init__.py
src/uotod/match/legacy/__init__.py
src/uotod/match/legacy/legacy_hungarian.py
src/uotod/match/legacy/legacy_ot.py
src/uotod/plot/__init__.py
src/uotod/plot/figure.py
src/uotod/plot/labels.py
src/uotod/plot/matrix.py
src/uotod/plot/params.py
src/uotod/sample/__init__.py
src/uotod/sample/elephants.py
src/uotod/sample/motorbike.py
src/uotod/utils/__init__.py
src/uotod/utils/conversions.py
src/uotod/utils/doc.py
src/uotod/utils/kwargs.py