LCFCN icon indicating copy to clipboard operation
LCFCN copied to clipboard

Display results

Open leoll2 opened this issue 4 years ago • 1 comments

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

leoll2 avatar Dec 04 '20 15:12 leoll2

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.

IssamLaradji avatar Dec 19 '20 18:12 IssamLaradji