VisionData.head#

VisionData.head(num_images_to_display: int = 5, show_in_window: bool = False)[source]#

Show data from a single batch of this VisionData. Works only inside a notebook.

Parameters
num_images_to_display: int, default = 5

Number of images to show. Does not show more images than the size of single batch

show_in_window: bool, default = False

Whether to open the head display in a new python window. requires pyqt5, pyqtwebengine libraries.