tensor_image_display {torchvision} | R Documentation |
Display image tensor
Description
Display image tensor onto the X11 device
Usage
tensor_image_display(image, animate = TRUE)
Arguments
image |
|
animate |
support animations in the X11 display |
See Also
Other image display:
draw_bounding_boxes()
,
draw_keypoints()
,
draw_segmentation_masks()
,
tensor_image_browse()
,
vision_make_grid()
[Package torchvision version 0.7.0 Index]