dgs.utils.state.State.image¶
- property State.image: list[torchvision.tv_tensors.Image | torch.Tensor]¶
Get the original image(s) of this State. If the images are not available, try to load them using
load_image()
andfilepath
.
Get the original image(s) of this State.
If the images are not available, try to load them using load_image()
and filepath
.