taskonomy icon indicating copy to clipboard operation
taskonomy copied to clipboard

Unable to download dataset

Open hafizuriu opened this issue 2 years ago • 7 comments

I'm facing problem to download the dataset. I used the following command:

sudo apt-get install aria2 pip install omnidata-tools omnitools.download all --components taskonomy --subset fullplus --dest ./taskonomy_dataset/ --connections_total 40 --agree

Error is following:

/home/hafizur/anaconda3/lib/python3.9/site-packages/fastcore/docscrape.py:225: UserWarning: potentially wrong underline length... 
Downloads Omnidata starter dataset. 
--- in 
Downloads Omnidata starter dataset.
---...
  else: warn(msg)
[HEADER] -------------------------------------
[HEADER] From SERVERS: (using checksum validation: False)
[HEADER]     https://datasets.epfl.ch/omnidata//links.txt
[HEADER]     https://datasets.epfl.ch/taskonomy//links.txt
[HEADER] 
[HEADER] Data parameters: (what to download)
[HEADER]     Domains    = ['all']
[HEADER]     Components = ['taskonomy']
[HEADER]     Subset     = fullplus
[HEADER]     Split      = all
[HEADER] 
[HEADER] Data locations:
[HEADER]     Dataset (extracted)      = ./taskonomy_dataset/
[HEADER]     Compressed files         = compressed/
[HEADER] -------------------------------------


[LICENSE] Before continuing the download, please review the terms of use for each of the following component datasets:
[LICENSE]     taskonomy: https://raw.githubusercontent.com/StanfordVL/taskonomy/master/data/LICENSE
[LICENSE]     omnidata: https://raw.githubusercontent.com/EPFL-VILAB/omnidata-tools/main/LICENSE
Traceback (most recent call last):
  File "/home/hafizur/anaconda3/bin/omnitools.download", line 8, in <module>
    sys.exit(download())
  File "/home/hafizur/anaconda3/lib/python3.9/site-packages/fastcore/script.py", line 119, in _f
    return tfunc(**merge(args, args_from_prog(func, xtra)))
  File "/home/hafizur/anaconda3/lib/python3.9/site-packages/omnidata_tools/dataset/download.py", line 260, in download
    licenses_clickthrough(components, require_prompt=not agree_all, component_to_license=component_to_license, email=email, name=name)
  File "/home/hafizur/anaconda3/lib/python3.9/site-packages/omnidata_tools/dataset/download.py", line 76, in licenses_clickthrough
    if not (name and email_valid(email)): raise ValueError("In order to use --agree_all you must also supply a name and valid email through the args --name NAME and --email USER@DOMAIN)")
ValueError: In order to use --agree_all you must also supply a name and valid email through the args --name NAME and --email USER@DOMAIN) 

hafizuriu avatar Jul 06 '23 15:07 hafizuriu

Enter --name NAME and --email USER@DOMAIN as parameters.

ijihoon98 avatar Jul 10 '23 04:07 ijihoon98

Thank you so much. Now it works.

hafizuriu avatar Jul 10 '23 18:07 hafizuriu

How can I download a portion of taskonomy dataset instead of download the full dataset?

hafizuriu avatar Jul 12 '23 18:07 hafizuriu

just change the subset parameter

bookuil avatar Jul 31 '23 16:07 bookuil

hello, did you download the dataset from windows or linux?

wangxiaobobuyanqi avatar Apr 01 '24 06:04 wangxiaobobuyanqi

hello, did you download the dataset from windows or linux?

I downloaded it from my linux machine.

hafizuriu avatar Apr 01 '24 14:04 hafizuriu

Hello, may I ask which version of the Taskonomy dataset you have downloaded? Is it the tiny version or the full version?

Athena-Sun avatar Apr 03 '24 09:04 Athena-Sun