-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fail to download subset 'tiny' #61
Comments
Replica does not have an official tiny split. The error message could be
more informative here, but only the Taskonomy has a “tiny” subset
…On Sun, Mar 31, 2024 at 11:05 PM Hongyu Wen ***@***.***> wrote:
I am following the instructions of downloading data. The following command
works for me.
omnitools.download rgb depth_euclidean mask_valid \
--components taskonomy replica \
--subset debug \
--dest ./omnidata_starter_dataset/ \
--name YOUR_NAME --email YOUR_EMAIL --agree_all
However, when I change --subset debug to --subset tiny, I got this error:
03/31 16:58:21 [NOTICE] IPv4 RPC: listening on TCP port 6800
['point_info', 'rgb', 'depth_euclidean', 'mask_valid', 'fragments']
Traceback (most recent call last):
File "/n/fs/pvl-curve/mamba/envs/omnidata/bin/omnitools.download", line 8, in <module>
sys.exit(download())
^^^^^^^^^^
File "/n/fs/pvl-curve/mamba/envs/omnidata/lib/python3.12/site-packages/fastcore/script.py", line 119, in _f
return tfunc(**merge(args, args_from_prog(func, xtra)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/n/fs/pvl-curve/mamba/envs/omnidata/lib/python3.12/site-packages/omnidata_tools/dataset/download.py", line 267, in download
models = filter_models(models, domains, subset, split, components,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/n/fs/pvl-curve/mamba/envs/omnidata/lib/python3.12/site-packages/omnidata_tools/dataset/download.py", line 119, in filter_models
and (subset == 'all' or component_to_subset[m.component_name.lower()] is None or m.model_name in component_to_subset[m.component_name.lower()][subset])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
KeyError: 'tiny'
03/31 16:58:26 [NOTICE] Shutdown sequence commencing... Press Ctrl-C again for emergency shutdown.
Anyone know how to fix this issue?
—
Reply to this email directly, view it on GitHub
<#61>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHLE3JYFIS6SXDWVEYYVNDY3B3ARAVCNFSM6AAAAABFQWOTGOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTOMJYGIYDEOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am following the instructions of downloading data. The following command works for me.
However, when I change
--subset debug
to--subset tiny
, I got this error:Anyone know how to fix this issue?
The text was updated successfully, but these errors were encountered: