AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/polimorfo.annotations.rst
docs/polimorfo.datasets.rst
docs/polimorfo.rst
docs/polimorfo.utils.rst
docs/readme.rst
docs/usage.rst
docs/tutorials/01_tutorial.rst
docs/tutorials/evaluate_metrics.rst
docs/tutorials/filter coco dataset.rst
docs/tutorials/filter_coco_dataset.rst
docs/tutorials/01_tutorial_files/01_tutorial_4_1.png
docs/tutorials/01_tutorial_files/01_tutorial_5_0.png
docs/tutorials/01_tutorial_files/01_tutorial_7_1.png
docs/tutorials/01_tutorial_files/01_tutorial_8_1.png
polimorfo/__init__.py
polimorfo/cli.py
polimorfo/polimorfo.py
polimorfo.egg-info/PKG-INFO
polimorfo.egg-info/SOURCES.txt
polimorfo.egg-info/dependency_links.txt
polimorfo.egg-info/entry_points.txt
polimorfo.egg-info/not-zip-safe
polimorfo.egg-info/requires.txt
polimorfo.egg-info/top_level.txt
polimorfo/datasets/__init__.py
polimorfo/datasets/coco.py
polimorfo/datasets/instancecoco.py
polimorfo/datasets/semanticcoco.py
polimorfo/datasets/splitter.py
polimorfo/utils/__init__.py
polimorfo/utils/maskutils.py
polimorfo/utils/mergeutils.py
polimorfo/utils/visualizeutils.py
tests/.DS_Store
tests/__init__.py
tests/data/__init__.py
tests/data/dataset1.json
tests/data/dataset2.json
tests/data/hair_drier_toaster_bear.json
tests/data/test_nodamage.jpg
tests/datasets/__init__.py
tests/datasets/test_coco.py
tests/datasets/test_instancecoco.py
tests/datasets/test_semanticcoco.py
tests/datasets/test_utils.py
tests/utils/__init__.py
tests/utils/test_maskutils.py
tests/utils/test_mergeutils.py