boilercv_pipeline.models.paths#

Parameter models for this project.

Module Contents#

Classes#

Paths

Pipeline paths.

Data#

API#

class boilercv_pipeline.models.paths.Paths(
/,
**data: context_models.types.Data,
)#

Bases: boilercv_pipeline.models.path.BoilercvPipelineContextStore

Pipeline paths.

Initialization

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

model_config#

‘get_boilercv_pipeline_config(…)’

cines: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

hierarchical_data: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

large_examples: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

large_sources: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

notes: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

sheets: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

uncompressed_contours: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

uncompressed_filled: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

uncompressed_sources: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

example_cines: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

large_example_cine: boilercv_pipeline.models.path.DataFile#

None

media: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

modelfunctions: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

notebooks: dict[str | boilercv_pipeline.models.generated.types.stages.StageName, boilercv_pipeline.models.path.DocsFile]#

None

samples: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

sources: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

thermal: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

rois: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

contours: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

examples: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

filled: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

e230920: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

e230920_thermal: boilercv_pipeline.models.path.DataFile#

None

e230920_thermal_plots: boilercv_pipeline.models.path.DataDir#

None

objects: boilercv_pipeline.models.path.DataDir#

None

objects_plots: boilercv_pipeline.models.path.DataDir#

None

tracks: boilercv_pipeline.models.path.DataDir#

None

tracks_plots: boilercv_pipeline.models.path.DataDir#

None

previews: boilercv_pipeline.models.path.DataDir#

‘Path(…)’

binarized_preview: boilercv_pipeline.models.path.DataFile#

None

filled_preview: boilercv_pipeline.models.path.DataFile#

None

gray_preview: boilercv_pipeline.models.path.DataFile#

None

boilercv_pipeline.models.paths.paths#

‘Paths(…)’