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
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 [email protected] --agree
It will stop at listening on TCP port message and nothing happen, like below picture
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 :
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 [email protected] to download only rgb data, but it also shows the same messages.
The text was updated successfully, but these errors were encountered:
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 [email protected] --agree
It will stop at listening on TCP port message and nothing happen, like below picture
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 :
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 [email protected]
to download only rgb data, but it also shows the same messages.The text was updated successfully, but these errors were encountered: