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

Display results #38

Open
leoll2 opened this issue Dec 4, 2020 · 1 comment
Open

Display results #38

leoll2 opened this issue Dec 4, 2020 · 1 comment

Comments

@leoll2
Copy link

leoll2 commented Dec 4, 2020

Hello,
I'm wondering if the images displayed in the results dashboard come from the training, validation or testing set.
How do I select which subset to use? Also, how can I print the names of those images?
In general, where can I find documentation about how to use the dashboard (in addition to your snippet)?
Thanks

@IssamLaradji
Copy link
Collaborator

IssamLaradji commented Dec 19, 2020

The dashboard simply displays all the images saved in <experiment_folder>/images, where the experiment folder would have this structure,
image

There isn't a concrete documentation, but the following function is used to get the images:
https://github.com/haven-ai/haven-ai/blob/master/haven/haven_results/images_fig.py

We could add other functionality to allow the user to select a subset or display custom information on the images.

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