EPFL-VILAB / omnidata

A Scalable Pipeline for Making Steerable Multi-Task Mid-Level Vision Datasets from 3D Scans [ICCV 2021]
Other
395 stars 49 forks source link

Download the dataset failed #59

Open carolhwchen opened 6 months ago

carolhwchen commented 6 months ago

Hello, thanks for this amazing work ! I have some question about downloading the dataset. When I use this command to download the dataset omnitools.download rgb depth_euclidean normal semantic mask_valid fragments --components replica --subset debug --dest omnidata --name aaa --email XXX@gmail.com --agree

It will stop at listening on TCP port message and nothing happen, like below picture image

After debugging, I found the problem occur at line264 download.py The process wanted to request the 'links.txt' file at 'https://datasets.epfl.ch/omnidata/'. However, it seems that the program cannot successfully request the file, so it continues to wait.

Is the dataset website not working ? or am I doing something wrong ? Please tell me the solutions, thanks for your help !

※Update : I have wait for a long time and there are new messages as followings : image The process still download nothing. I try other command like omnitools.download rgb --components taskonomy --subset fullplus --dest ./omnidata/ --connections_total 40 --agree_all --name XXX --email XXX@gmail.com to download only rgb data, but it also shows the same messages.

HarshWinterBytes commented 1 month ago

I meet the same issue. Do you solve it?