-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create initial results visualization website #61
Comments
@jakehlee Please see https://github.com/nasaharvest/dora/tree/issue52-reorg-testdata/sample_data/planetary_rover/png (note it is in a branch due to issue #52 ) . I recommend running this sample case yourself to exercise DORA. If you do this on an MLIA machine, you can start the DORA virtual environment first and have all the packages installed: $ source /proj/dora/dora-venv/bin/activate Then you'll have some sample output to work with. Let me know if you run into any snags! |
Minimum Viable Product pushed to branch Workflow WalkthroughConfiguration LoadingThis screen asks the user to locate the DORA config YAML filepath on the current system. This informs the app about:
Configuration ParsingIt is possible for the config to have relative paths, or paths that were used on an external server. This step gives the user a chance to correct these steps.
Once all issues are resolved, the user can continue to the visualization. VisualizationThe current MVP implementation is a simple table with the following features:
TODOs
|
@jakehlee Great work! I love the video demo too :) In our meeting today, perhaps we can discuss what would be useful to incorporate into the paper (as room permits). Here are some initial feedback thoughts (not in priority order):
I'm looking forward to trying this out myself :) (edited by Jake to change bullets into check boxes) |
@jakehlee I've merged my planetary rover results (actual experiment, not the test case you had before) so feel free to give a try running on this: https://github.com/nasaharvest/dora/tree/master/exp/planetary_rover/results |
@wkiri Thanks for the UX notes! Those are all great points for when I do my UX pass. Thank you for the new results, I was able to download the dataset from |
I've pushed some updates to address many of the points, and a demo video is available on Slack. I think I address most of the suggestions and cleaned everything up, although I'm a bit hesitant to add the comparison plots because I think those are only generated when labels are available, and I want to minimize rendering logic that only shows something if it exists. Maybe I'll find a good place to show it still though, so still under consideration. |
Goal: visualize results of a given experiment
out_dir
(where the results are) in config fileTodo:
The text was updated successfully, but these errors were encountered: