attributes#
Registered enrichment steps for entity attribute evidence.
Functions#
|
Predict roof-shape evidence from satellite imagery. |
|
Predict occupancy evidence from street-level imagery. |
|
Predict story-count evidence from street-level imagery. |
Module Contents#
- openplaces.io.enricher.attributes.classify_roof_shape(state: openplaces.io.enricher.EnrichState, image_recipe: str | None = None, column: str = 'roof_shape_brails', model_path: str | None = None, **kwargs) openplaces.io.enricher.EnrichState#
Predict roof-shape evidence from satellite imagery.
- openplaces.io.enricher.attributes.classify_occupancy(state: openplaces.io.enricher.EnrichState, image_recipe: str | None = None, column: str = 'occupancy_brails', model_path: str | None = None, **kwargs) openplaces.io.enricher.EnrichState#
Predict occupancy evidence from street-level imagery.
- openplaces.io.enricher.attributes.detect_n_stories(state: openplaces.io.enricher.EnrichState, image_recipe: str | None = None, column: str = 'n_stories_brails', model_path: str | None = None, **kwargs) openplaces.io.enricher.EnrichState#
Predict story-count evidence from street-level imagery.