LICENSE
MANIFEST.in
requirements.txt
setup.cfg
setup.py
dbcollection/__init__.py
dbcollection/manager.py
dbcollection.egg-info/PKG-INFO
dbcollection.egg-info/SOURCES.txt
dbcollection.egg-info/dependency_links.txt
dbcollection.egg-info/requires.txt
dbcollection.egg-info/top_level.txt
dbcollection/datasets/__init__.py
dbcollection/datasets/dbclass.py
dbcollection/datasets/dblist.py
dbcollection/datasets/funs.py
dbcollection/datasets/caltech/__init__.py
dbcollection/datasets/caltech/pedestrian/__init__.py
dbcollection/datasets/caltech/pedestrian/detection.py
dbcollection/datasets/cifar/__init__.py
dbcollection/datasets/cifar/cifar10/__init__.py
dbcollection/datasets/cifar/cifar10/classification.py
dbcollection/datasets/cifar/cifar100/__init__.py
dbcollection/datasets/cifar/cifar100/classification.py
dbcollection/datasets/flic/__init__.py
dbcollection/datasets/flic/keypoints.py
dbcollection/datasets/imagenet/__init__.py
dbcollection/datasets/imagenet/classification.py
dbcollection/datasets/inria/__init__.py
dbcollection/datasets/inria/detection.py
dbcollection/datasets/leeds_sports_pose/__init__.py
dbcollection/datasets/leeds_sports_pose/lsp/__init__.py
dbcollection/datasets/leeds_sports_pose/lsp/keypoints.py
dbcollection/datasets/leeds_sports_pose/lsp_extended/__init__.py
dbcollection/datasets/leeds_sports_pose/lsp_extended/keypoints.py
dbcollection/datasets/mnist/__init__.py
dbcollection/datasets/mnist/classification.py
dbcollection/datasets/mnist/data/__init__.py
dbcollection/datasets/mpii_pose/__init__.py
dbcollection/datasets/mpii_pose/keypoints.py
dbcollection/datasets/mscoco/__init__.py
dbcollection/datasets/mscoco/captions.py
dbcollection/datasets/mscoco/detection.py
dbcollection/datasets/mscoco/keypoints.py
dbcollection/datasets/mscoco/load_data_test.py
dbcollection/datasets/pascal/__init__.py
dbcollection/datasets/pascal/voc_2007/__init__.py
dbcollection/datasets/pascal/voc_2007/detection.py
dbcollection/datasets/pascal/voc_2007/test_filenames.py
dbcollection/datasets/pascal/voc_2007/train_filenames.py
dbcollection/datasets/pascal/voc_2007/trainval_filenames.py
dbcollection/datasets/pascal/voc_2007/val_filenames.py
dbcollection/datasets/pascal/voc_2012/__init__.py
dbcollection/datasets/pascal/voc_2012/detection.py
dbcollection/datasets/pascal/voc_2012/test_filenames.py
dbcollection/datasets/pascal/voc_2012/train_filenames.py
dbcollection/datasets/pascal/voc_2012/trainval_filenames.py
dbcollection/datasets/pascal/voc_2012/val_filenames.py
dbcollection/datasets/ucf/__init__.py
dbcollection/datasets/ucf/ucf101/__init__.py
dbcollection/datasets/ucf/ucf101/extract_frames.py
dbcollection/datasets/ucf/ucf101/recognition.py
dbcollection/datasets/ucf/ucfsports/__init__.py
dbcollection/datasets/ucf/ucfsports/detection.py
dbcollection/datasets/ucf/ucfsports/recognition.py
dbcollection/utils/__init__.py
dbcollection/utils/cache.py
dbcollection/utils/file_load.py
dbcollection/utils/loader.py
dbcollection/utils/os_dir.py
dbcollection/utils/pad.py
dbcollection/utils/string_ascii.py
dbcollection/utils/url.py
dbcollection/utils/caltech_pedestrian_extractor/__init__.py
dbcollection/utils/caltech_pedestrian_extractor/converter.py
tests/python/__init__.py
tests/python/test_cache.py
tests/python/test_funs.py
tests/python/test_loader.py
tests/python/test_manager.py
tests/python/test_string_ascii.py