CIFASIS / dataset-processing

Tools to process the Weed removing robot dataset
15 stars 4 forks source link

dataset is not accessible #1

Closed Seba-san closed 4 years ago

Seba-san commented 4 years ago

I try download the files publicated in: https://www.cifasis-conicet.gov.ar but I was not successful.

Example:

:~$ wget http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
--2020-03-10 12:37:20--  http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
Resolving fs01.cifasis-conicet.gov.ar (fs01.cifasis-conicet.gov.ar)... 168.96.15.17
Connecting to fs01.cifasis-conicet.gov.ar (fs01.cifasis-conicet.gov.ar)|168.96.15.17|:90... failed: Connection timed out.
Retrying.

--2020-03-10 12:39:33--  (try: 2)  http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
Connecting to fs01.cifasis-conicet.gov.ar (fs01.cifasis-conicet.gov.ar)|168.96.15.17|:90... 
taihup commented 4 years ago

Hi @Seba-san, thanks for reporting this issue. Time to time the server falls, now is up again. Let me know if you have any further issue.

Seba-san commented 4 years ago

thanks for fast reply @taihup. I have been trying to download samples from the dataset, but I can never... is there an mirror server from where download? or through torrent maybe?

taihup commented 4 years ago

@Seba-san, you mean it is pretty slow or the links are broken? I just tried to download them and they are working fine. You can try to use aria2c -s 8 -x 8 <URL> command to download the files, it is pretty fast in general and can resume the download if the connection falls.

Anyway, I would check if we can make them available by torrent or any other option.

Seba-san commented 4 years ago

@taihup I don't know if links are broken or slow... not working for me, I paste the terminal response below:

~$ aria2c -s 8 -x 8 http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt

03/12 11:37:28 [NOTICE] Downloading 1 item(s)
 *** Download Progress Summary as of Thu Mar 12 11:38:28 2020 ***              
===============================================================================
[#a30578 0B/0B CN:1 DL:0B]
FILE: http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
-------------------------------------------------------------------------------

 *** Download Progress Summary as of Thu Mar 12 11:39:28 2020 ***              
===============================================================================
[#a30578 0B/0B CN:1 DL:0B]
FILE: http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
-------------------------------------------------------------------------------

 *** Download Progress Summary as of Thu Mar 12 11:40:28 2020 ***              
===============================================================================
[#a30578 0B/0B CN:1 DL:0B]
FILE: http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
-------------------------------------------------------------------------------

 *** Download Progress Summary as of Thu Mar 12 11:41:28 2020 ***              
===============================================================================
[#a30578 0B/0B CN:1 DL:0B]
FILE: http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
-------------------------------------------------------------------------------

 *** Download Progress Summary as of Thu Mar 12 11:42:28 2020 ***              
===============================================================================
[#a30578 0B/0B CN:1 DL:0B]
FILE: http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
-------------------------------------------------------------------------------

[#a30578 0B/0B CN:1 DL:0B]
03/12 11:42:28 [ERROR] CUID#7 - Download aborted. URI=http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt
Exception: [AbstractCommand.cc:340] errorCode=2 Timeout.

03/12 11:42:28 [NOTICE] Download GID#a30578bbe70dfdc2 not complete: 

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
a30578|ERR |       0B/s|http://fs01.cifasis-conicet.gov.ar:90/~robot_desmalezador/robot/sequence01_gt.txt

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.

Did you check to download from the same university LAN or from outside it?

taihup commented 4 years ago

I am outside (the data is in Argentina and I am in Europe right now entering from the dataset page). I successfully downloaded the file, and the downloading is working quite fast :s

Screenshot 2020-03-12 at 16 01 14 Screenshot 2020-03-12 at 16 09 26
Seba-san commented 4 years ago

Ok... the problem is the LAN where I am connected... thank you for your time!.