GeneratedMask(
image_bytes: typing.Optional[bytes],
gcs_uri: typing.Optional[str] = None,
labels: typing.Optional[
typing.List[vertexai.preview.vision_models.EntityLabel]
] = None,
)
Generated image mask.
Properties
labels
The entity labels of the masked object.
Methods
GeneratedMask
GeneratedMask(
image_bytes: typing.Optional[bytes],
gcs_uri: typing.Optional[str] = None,
labels: typing.Optional[
typing.List[vertexai.preview.vision_models.EntityLabel]
] = None,
)
Creates a GeneratedMask
object.
load_from_file
load_from_file(location: str) -> vertexai.vision_models.Image
Loads image from local file or Google Cloud Storage.
save
save(location: str)
Saves image to a file.
show
show()
Shows the image.
This method only works when in a notebook environment.