LICENSE
README.md
pyproject.toml
setup.py
dataset_shuffler.egg-info/PKG-INFO
dataset_shuffler.egg-info/SOURCES.txt
dataset_shuffler.egg-info/dependency_links.txt
dataset_shuffler.egg-info/entry_points.txt
dataset_shuffler.egg-info/requires.txt
dataset_shuffler.egg-info/top_level.txt
shuffler/__init__.py
shuffler/__main__.py
shuffler/shuffler_cli.py
shuffler/backend/__init__.py
shuffler/backend/backend_db.py
shuffler/backend/backend_db_test.py
shuffler/backend/backend_media.py
shuffler/backend/backend_media_test.py
shuffler/interface/__init__.py
shuffler/interface/dataframe.py
shuffler/interface/dataframe_demo.py
shuffler/interface/shuffler_dataset.py
shuffler/interface/shuffler_dataset_test.py
shuffler/interface/utils.py
shuffler/interface/utils_test.py
shuffler/interface/keras/__init__.py
shuffler/interface/keras/generators.py
shuffler/interface/keras/generators_demo.py
shuffler/interface/keras/generators_test.py
shuffler/interface/pytorch/__init__.py
shuffler/interface/pytorch/datasets.py
shuffler/interface/pytorch/datasets_demo.py
shuffler/interface/pytorch/datasets_test.py
shuffler/interface/pytorch/detectron2.py
shuffler/interface/pytorch/detectron2_demo.py
shuffler/interface/pytorch/detectron2_test.py
shuffler/operations/__init__.py
shuffler/operations/evaluate.py
shuffler/operations/evaluate_test.py
shuffler/operations/filtering.py
shuffler/operations/filtering_test.py
shuffler/operations/gui.py
shuffler/operations/info.py
shuffler/operations/matplotlib.py
shuffler/operations/media.py
shuffler/operations/media_test.py
shuffler/operations/modify.py
shuffler/operations/modify_test.py
shuffler/operations/datasets/__init__.py
shuffler/operations/datasets/bdd.py
shuffler/operations/datasets/cityscapes.py
shuffler/operations/datasets/coco.py
shuffler/operations/datasets/detrac.py
shuffler/operations/datasets/kitti.py
shuffler/operations/datasets/labelme.py
shuffler/operations/datasets/labelme_test.py
shuffler/operations/datasets/pascal.py
shuffler/operations/datasets/yolo.py
shuffler/operations/datasets/yolo_test.py
shuffler/tools/evaluate_segmentation_one_image.py
shuffler/tools/make_grid_from_videos.py
shuffler/tools/subtract_mask.py
shuffler/utils/__init__.py
shuffler/utils/boxes.py
shuffler/utils/boxes_test.py
shuffler/utils/general.py
shuffler/utils/general_test.py
shuffler/utils/parser.py
shuffler/utils/testing.py