kornia-rs icon indicating copy to clipboard operation
kornia-rs copied to clipboard

[feat] data exploration utils

Open edgarriba opened this issue 11 months ago • 2 comments

  • compute_std_mean
  • compute_histrogram
  • put examples to load a large directory and compute averaged std/mean and histograms
  • make_tiles (create a grid image)
  • show in rerun

edgarriba avatar Mar 20 '24 13:03 edgarriba

about make tiles... Do you think something like

for a given tensor, x_size, y_size, overlapping_x, overlapping_y, generate a list/array/whatever of tiles?

johnnv1 avatar Mar 21 '24 00:03 johnnv1

something like: https://keras.io/examples/vision/visualizing_what_convnets_learn/ however now tensorboard, visdom or other visualizers they support already to give a batch and make that for you. So not sure if makes a lot of sense to add this functionality here.

edgarriba avatar Mar 21 '24 09:03 edgarriba