Utilities#
- kornia.image.make_grid(tensor, n_row=None, padding=2)[source]#
Convert a batched tensor to one image with padding in between.
- Parameters:
- Returns:
The combined image grid.
- Return type:
Convert a batched tensor to one image with padding in between.
The combined image grid.