encoder
Description
Batch-wise encoding and decoding operations for binary and non-binary masks.
The basic operations are the batch encoder based on BatchWindowOp
.
Batch-wise operations on images can be wrapped by
hybrid_learning.datasets.transforms.image_transforms.BatchWiseImageTransform
to work on either batches or single masks.
Classes
Bloat single pixels to full boxes, always choosing the maximum box to be up front. |
|
Base class for encoder that use convolution operations. |
|
Given batch of IoU encoded masks, estimates the original segmentation mask. |
|
Apply intersection encoding to batch of input masks of shape |
|
Apply intersection over union encoding to an input batch. |
|
Keep only peak points, i.e. ones that take the maximum value within a window around them. |
|
Base class for encoder that use windowing operations. |
Functions
|
Calculate the left and right padding for mode |