pip install pietoolbelt
pip install -U git+https://github.com/PiePline/pietoolbelt
augmentations
augmentations.detection
- predefined augmentations for detection taskaugmentations.segmentation
- predefined augmentations for segmentation task
datasets
datasets.stratification
- stratification by histogramdatasets.utils
- set of datasets constructors that
losses
losses.common
- losses utilslosses.regression
- regression losseslosses.segmentation
- losses for single and multi-class segmentationlosses.detection
- losses for detection task
metrics
-metrics.common
- common utils for metricscpu
- metrics, that calculates bynumpy
metrics.cpu.classification
- classification metricsmetrics.cpu.detection
- detection metricsmetrics.cpu.regression
- regression metricsmetrics.cpu.segmentation
- segmentation metrics
torch
- metrics, that calculates bytorch
metrics.torch.classification
- classification metricsmetrics.torch.detection
- detection metricsmetrics.torch.regression
- regression metricsmetrics.torch.segmentation
- segmentation metrics
models
- models zoo and constructorsdecoders.unet
- UNet decoder, that automatically constructs by encoderencoders.common
- basic interfaces for encodersencoders.inception
- InceptionV3 encoderencoders.mobile_net
- MobileNetV2 encoderencoders.resnet
- ResNet encodersalbunet
- albunet modelutils
- models utilsweights_storage
- pretrained weights storage
steps
- some training process stepsregression.train
- train step for regression taskregression.bagging
- bagging step for regression tasksegmentation.bagging
- bagging step for segmentation tasksegmentation.inference
- inference for segmentation modelsegmentation.predict
- predict step for segmentation taskstratification
- dataset stratification class
img_matcher
- image comparison and matching tool based on descriptorsmask_composer
- mask composer tools that can effectively combine masks for regular, instance or multiclass segmentationtrain_config
- some predefined train configs for PiePlinetta
- test time augmentationsutils
- some utilsviz
- image visualisation tools