visual_token_matching icon indicating copy to clipboard operation
visual_token_matching copied to clipboard

can't download taskonomy datasets

Open RikkiXu opened this issue 2 years ago • 2 comments

I have encountered an issue with downloading the taskonomy dataset. The website prompts me to provide a user name and email address, which I find a bit challenging. I was wondering if you could kindly share with me how you managed to download the dataset, or if there is any alternative download channel that you could recommend. I would be extremely grateful for any help or guidance you could provide.

error: 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

RikkiXu avatar Apr 14 '23 10:04 RikkiXu

omnitools.download all --components taskonomy --subset tiny --dest $dest_dir --connections_total 40 --agree_all --email [email protected] --name name just change $dest_dir as the directory, email address as yours, and name(be careful, it should be just a word like john).

JH-GEECS avatar Jul 11 '23 06:07 JH-GEECS