dacapo.experiments.tasks.inner_distance_task
Module Contents
Classes
This class extends the Task class for creating tasks related to computing inner distances. |
- class dacapo.experiments.tasks.inner_distance_task.InnerDistanceTask(task_config)
This class extends the Task class for creating tasks related to computing inner distances. It provides methods for prediction, loss calculation and post-processing. It includes Binary Segmentation Evaluator for evaluation.
- task_config
The configuration for the task.
- predictor
Used for predicting the inner distances.
- loss
Used for calculating the mean square error loss.
- post_processor
Used for applying threshold post-processing.
- evaluator
Used for evaluating the results using binary segmentation.