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

Remove assumptions about where viz params and assets live. #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hmzh-khn
Copy link

@hmzh-khn hmzh-khn commented Mar 12, 2024

The visualizer currently assumes that assets like in ../assets, which prevents us from running this code from anywhere but the root directory of this repo. We generalize this by adding a CLI argument with a convenient default.

Since the datasets have visualizer_params folders, we do the same and add an argument for that file.

Replaces #8.

hmzh-khn and others added 3 commits March 11, 2024 11:26
…ory.

For convenience, and due to the structure of the various datasets, I make it easier for a user to specify where the dataset is located without also having to specify the location of the visualizer params.
Default visualizer parameters to living under provided dataset directory
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

Successfully merging this pull request may close these issues.

1 participant