We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Successful remapping
Transformation fails:
2021-06-27 19:53:21,789 INFO: Loading the project... 2021-06-27 19:54:15,506 INFO: Transforming the project... 2021-06-27 19:54:15,506 ERROR: 22 Traceback (most recent call last): File "<path/to/datumaro>/venv/bin/datum", line 33, in <module> sys.exit(load_entry_point('datumaro', 'console_scripts', 'datum')()) File "<path/to/datumaro>/datumaro/cli/__main__.py", line 126, in main return args.command(args) File "<path/to/datumaro>/datumaro/cli/contexts/project/__init__.py", line 685, in transform_command dataset.transform_project( File "<path/to/datumaro>/datumaro/components/project.py", line 294, in transform_project transformed = self.transform(method, **method_kwargs) File "<path/to/datumaro>/datumaro/components/project.py", line 256, in transform return method(self, *args, **kwargs) File "<path/to/datumaro>/datumaro/plugins/transforms.py", line 502, in __init__ dst_mask_cat.colormap = { File "<path/to/datumaro>/datumaro/plugins/transforms.py", line 503, in <dictcomp> id: src_mask_cat.colormap[id] KeyError: 22
datum create datum add path -f voc <path/to/dataset> datum transform -t remap_labels -- -l cat:label_0
git log -1
7e35c8
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behaviour
Successful remapping
Current Behaviour
Transformation fails:
Steps to Reproduce
Environment
git log -1
):7e35c8
The text was updated successfully, but these errors were encountered: