raillabel_providerkit.validation.validate_dimensions package

Submodules

raillabel_providerkit.validation.validate_dimensions.validate_dimensions module

raillabel_providerkit.validation.validate_dimensions.validate_dimensions.validate_dimensions(scene: Scene) list[Issue]

Validate whether any annotations exceed the predefined bounds.

Parameters:

scene (Scene) – Scene that should be validated.

Returns:

List of all dimension errors in the scene. If an empty list is returned, then there are no errors present.

Return type:

list[Issue]

Module contents

Package for validating a scene for incorrect dimensions.