You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for providing this awesome dataset and devkit.
I have downloaded the dataset using the CLI tool. I want to verify it and generate an export to MS-COCO format using the CLI as well. When I do, however, I get an AttributeError: 'function' object has no attribute 'base_type' error. I've tried this with fresh python3.9 and python3.10 installations for both the verify as well as the generate command.
zod verify --dataset-root=full --subset=frames --version=full
/root/.pyenv/versions/3.9.20/lib/python3.9/site-packages/zod/cli/verify.py:98 in verify
> zod = subset.dataset_cls(str(dataset_root.expanduser()), version.value)
/root/.pyenv/versions/3.9.20/lib/python3.9/site-packages/zod/_zod_dataset.py:31 in __init__
> self._infos, self._train_ids, self._val_ids = self._load_infos()
/root/.pyenv/versions/3.9.20/lib/python3.9/site-packages/zod/_zod_dataset.py:97 in _load_infos
> infos = process_map(func, chain.from_iterable(all_ids.values()), ...)
.......
/root/.pyenv/versions/3.9.20/lib/python3.9/concurrent/futures/_base.py:391 in __get_result
>>> AttributeError: 'function' object has no attribute 'base_type'
The text was updated successfully, but these errors were encountered:
Hi, thanks for providing this awesome dataset and devkit.
I have downloaded the dataset using the CLI tool. I want to verify it and generate an export to MS-COCO format using the CLI as well. When I do, however, I get an
AttributeError: 'function' object has no attribute 'base_type'
error. I've tried this with freshpython3.9
andpython3.10
installations for both theverify
as well as thegenerate
command.The text was updated successfully, but these errors were encountered: