README.md
setup.py
simpledataset/__init__.py
simpledataset.egg-info/PKG-INFO
simpledataset.egg-info/SOURCES.txt
simpledataset.egg-info/dependency_links.txt
simpledataset.egg-info/entry_points.txt
simpledataset.egg-info/requires.txt
simpledataset.egg-info/top_level.txt
simpledataset/commands/__init__.py
simpledataset/commands/concat.py
simpledataset/commands/convert_from.py
simpledataset/commands/convert_to.py
simpledataset/commands/defrag.py
simpledataset/commands/download.py
simpledataset/commands/draw.py
simpledataset/commands/filter.py
simpledataset/commands/map.py
simpledataset/commands/pack.py
simpledataset/commands/shuffle.py
simpledataset/commands/summary.py
simpledataset/common/__init__.py
simpledataset/common/dataset.py
simpledataset/common/dataset_type_detector.py
simpledataset/common/dataset_writer.py
simpledataset/common/file_reader.py
simpledataset/converters/__init__.py
simpledataset/converters/coco.py
simpledataset/converters/hicodet.py
simpledataset/converters/openimages_od.py
simpledataset/converters/openimages_vr.py
simpledataset/converters/task_converter.py