Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] data exploration utils #60

Open
edgarriba opened this issue Mar 20, 2024 · 2 comments
Open

[feat] data exploration utils #60

edgarriba opened this issue Mar 20, 2024 · 2 comments

Comments

@edgarriba
Copy link
Member

edgarriba commented Mar 20, 2024

  • 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
@johnnv1
Copy link
Member

johnnv1 commented Mar 21, 2024

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?

@edgarriba
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants