occupancy#
Occupancy classifier for street-level building imagery.
Classes#
Classify building occupancy from street-level imagery. |
Module Contents#
- class openplaces.io.enricher.detectors.occupancy.OccupancyClassifier(model_path: str | pathlib.Path | None = None)#
Classify building occupancy from street-level imagery.
- predict(images: openplaces.io.scrapers.types.ImageSet, **kwargs) dict#
Predict occupancy classes for the provided image set.
Keyword arguments (e.g. batch_size, device, verbose) are passed through to predict_classes.