LCFCN
LCFCN copied to clipboard
Display results
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
The dashboard simply displays all the images saved in <experiment_folder>/images, where the experiment folder would have this structure,

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.