README.md
pyproject.toml
setup.cfg
moval/__init__.py
moval/registry.py
moval.egg-info/PKG-INFO
moval.egg-info/SOURCES.txt
moval.egg-info/dependency_links.txt
moval.egg-info/requires.txt
moval.egg-info/top_level.txt
moval/integrations/__init__.py
moval/integrations/sklearn/__init__.py
moval/integrations/sklearn/moval.py
moval/models/__init__.py
moval/models/confidences.py
moval/models/model.py
moval/models/utils.py
moval/solvers/__init__.py
moval/solvers/criterions.py
moval/solvers/solver.py
moval/solvers/utils.py
tests/test_confidences.py
tests/test_criterions.py
tests/test_demo_cls.py
tests/test_demo_seg_2d.py
tests/test_demo_seg_2d_multicls.py
tests/test_demo_seg_3d.py
tests/test_load.py
tests/test_models.py
tests/test_solver.py