LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
iglovikov_helper_functions/__init__.py
iglovikov_helper_functions.egg-info/PKG-INFO
iglovikov_helper_functions.egg-info/SOURCES.txt
iglovikov_helper_functions.egg-info/dependency_links.txt
iglovikov_helper_functions.egg-info/requires.txt
iglovikov_helper_functions.egg-info/top_level.txt
iglovikov_helper_functions/config_parsing/__init__.py
iglovikov_helper_functions/config_parsing/utils.py
iglovikov_helper_functions/data_processing/__init__.py
iglovikov_helper_functions/data_processing/cityscapes/__init__.py
iglovikov_helper_functions/data_processing/cityscapes/parse_cityscapes.py
iglovikov_helper_functions/data_processing/corrupt_dataset/__init__.py
iglovikov_helper_functions/data_processing/corrupt_dataset/transform.py
iglovikov_helper_functions/data_processing/gleason2019/__init__.py
iglovikov_helper_functions/data_processing/gleason2019/prepare_the_data.py
iglovikov_helper_functions/data_processing/image_processing/__init__.py
iglovikov_helper_functions/data_processing/image_processing/png2jpg.py
iglovikov_helper_functions/data_processing/ms_celeb_1m/__init__.py
iglovikov_helper_functions/data_processing/ms_celeb_1m/clean.py
iglovikov_helper_functions/data_processing/ms_celeb_1m/crop_and_align.py
iglovikov_helper_functions/data_processing/ms_celeb_1m/parse_data.py
iglovikov_helper_functions/data_processing/open_images/__init__.py
iglovikov_helper_functions/data_processing/open_images/instance2coco.py
iglovikov_helper_functions/data_processing/prepare_cloths_segmentation/__init__.py
iglovikov_helper_functions/data_processing/prepare_cloths_segmentation/prepare_imaterialist2019.py
iglovikov_helper_functions/data_processing/prepare_people_segmentation/__init__.py
iglovikov_helper_functions/data_processing/prepare_people_segmentation/prepare_coco.py
iglovikov_helper_functions/data_processing/prepare_people_segmentation/prepare_matting.py
iglovikov_helper_functions/data_processing/prepare_people_segmentation/prepare_pascal_voc.py
iglovikov_helper_functions/data_processing/prepare_people_segmentation/prepare_supervisely.py
iglovikov_helper_functions/data_processing/prepare_people_segmentation/prepare_vistas.py
iglovikov_helper_functions/data_processing/to_coco/__init__.py
iglovikov_helper_functions/data_processing/to_coco/deepfake2coco.py
iglovikov_helper_functions/data_processing/to_coco/n01x3_to_coco.py
iglovikov_helper_functions/data_processing/waymo/__init__.py
iglovikov_helper_functions/data_processing/waymo/fix_annotations.py
iglovikov_helper_functions/data_processing/waymo/to_coco.py
iglovikov_helper_functions/dl/__init__.py
iglovikov_helper_functions/dl/pytorch/__init__.py
iglovikov_helper_functions/dl/pytorch/add_weight_decay.py
iglovikov_helper_functions/dl/pytorch/clean_weights.py
iglovikov_helper_functions/dl/pytorch/lightning.py
iglovikov_helper_functions/dl/pytorch/optimizers.py
iglovikov_helper_functions/dl/pytorch/utils.py
iglovikov_helper_functions/metrics/__init__.py
iglovikov_helper_functions/metrics/cityscapes_iou.py
iglovikov_helper_functions/metrics/coco_eval.py
iglovikov_helper_functions/metrics/iou.py
iglovikov_helper_functions/metrics/map.py
iglovikov_helper_functions/utils/__init__.py
iglovikov_helper_functions/utils/array_utils.py
iglovikov_helper_functions/utils/box_utils.py
iglovikov_helper_functions/utils/general_utils.py
iglovikov_helper_functions/utils/geometry_utils.py
iglovikov_helper_functions/utils/image_utils.py
iglovikov_helper_functions/utils/mask_utils.py
iglovikov_helper_functions/utils/metrics.py
iglovikov_helper_functions/utils/tabular_utils.py