dgs.utils.state.State.image_crop¶
- property State.image_crop: torchvision.tv_tensors.Image | torch.Tensor¶
Get the image crop(s) of this State. If the crops are not available, try to load them using
load_image_crop()
andcrop_path
.
Get the image crop(s) of this State.
If the crops are not available, try to load them using load_image_crop()
and crop_path
.