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

SegLocalVisualizer.set_dataset_meta -> wrong argument positional order #3639

Open
affromero opened this issue Apr 16, 2024 · 0 comments
Open

Comments

@affromero
Copy link

Checklist

  1. I have searched related issues but cannot get the expected help.
  2. The bug has not been fixed in the latest version.

Describe the bug

self.set_dataset_meta(palette, classes, dataset_name)

local_visualizer uses positional arguments with palette, classes, dataset_name to set the metadata, however it receives classes, palette, dataset_name:
def set_dataset_meta(self,
classes: Optional[List] = None,
palette: Optional[List] = None,
dataset_name: Optional[str] = None) -> None:

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

1 participant