CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DATASETS_TOOLS.md
LICENSE
MANIFEST.in
PARSING_CHEATSHEET.md
README.md
setup.cfg
setup.py
examples/birds_exp.md
examples/coco_exp.md
examples/fridge_exp.md
examples/pennfudan_exp.md
examples/pets_exp.md
examples/voc_exp.md
icedata/__init__.py
icedata.egg-info/PKG-INFO
icedata.egg-info/SOURCES.txt
icedata.egg-info/dependency_links.txt
icedata.egg-info/not-zip-safe
icedata.egg-info/requires.txt
icedata.egg-info/top_level.txt
icedata/datasets/__init__.py
icedata/datasets/birds/__init__.py
icedata/datasets/birds/data.py
icedata/datasets/birds/parser.py
icedata/datasets/coco/__init__.py
icedata/datasets/coco/data.py
icedata/datasets/coco/parser.py
icedata/datasets/coco/trained_models.py
icedata/datasets/fridge/__init__.py
icedata/datasets/fridge/data.py
icedata/datasets/fridge/parser.py
icedata/datasets/fridge/trained_models.py
icedata/datasets/fridge/tests/__init__.py
icedata/datasets/fridge/tests/conftest.py
icedata/datasets/fridge/tests/test_data.py
icedata/datasets/fridge/tests/test_parsers.py
icedata/datasets/fridge/tests/test_trained_models.py
icedata/datasets/pennfudan/__init__.py
icedata/datasets/pennfudan/data.py
icedata/datasets/pennfudan/parser.py
icedata/datasets/pennfudan/trained_models.py
icedata/datasets/pennfudan/tests/__init__.py
icedata/datasets/pennfudan/tests/conftest.py
icedata/datasets/pennfudan/tests/test_data.py
icedata/datasets/pennfudan/tests/test_parsers.py
icedata/datasets/pennfudan/tests/test_trained_models.py
icedata/datasets/pets/__init__.py
icedata/datasets/pets/data.py
icedata/datasets/pets/parser.py
icedata/datasets/pets/trained_models.py
icedata/datasets/pets/tests/__init__.py
icedata/datasets/pets/tests/conftest.py
icedata/datasets/pets/tests/test_data.py
icedata/datasets/pets/tests/test_parsers.py
icedata/datasets/pets/tests/test_trained_models.py
icedata/datasets/voc/__init__.py
icedata/datasets/voc/data.py
icedata/datasets/voc/parser.py
icedata/template/__init__.py
icedata/template/generator.py
icedata/utils/__init__.py
icedata/utils/plot_size_histogram.py
icedata/utils/test_utils.py
icedata/utils/utils.py