brails.processors.facade_parser.facade_parser module

class brails.processors.facade_parser.facade_parser.FacadeParser(input_dict: dict | None = None)

Bases: ImageProcessor

The FacadeParser attempts to predict a whole unch of stuff

Variables

Methods:

predict(ImageSet): To return the predictions for the set of images provided

predict(image: ImageSet)

The method predicts the stuff

Args

images: ImageSet The set of images for which a prediction is required

Return

dict: The keys being the same keys used in ImageSet.images, the values being a list containing the predictions