-
Notifications
You must be signed in to change notification settings - Fork 91
Downloading the tbv dataset. #8
Copy link
Copy link
Closed
Description
I'm trying to download the tbv dataset and it seems there are two instructions to do so. Do these two methods produce the same result?
One here:
- https://github.com/argoai/argoverse2-api/blob/main/DOWNLOAD.md
s5cmd --no-sign-request cp s3://argoai-argoverse/av2/tbv/* target-directory
And another here:
2. https://github.com/argoai/argoverse2-api/blob/main/src/av2/datasets/tbv/README.md
SHARD_DIR={DESIRED PATH FOR TAR.GZ files} s5cmd cp s3://argoai-argoverse/av2/tars/tbv/*.tar.gz ${SHARD_DIR}
When I try 1, I get an error "s5cmd is hitting the max open file limit allowed by your OS. Either increase the open file limit or try to decrease the number of workers with '-numworkers' parameter'.
When I try 2, I get an error
"Error session: fetching region failed: NoCredentialProviders: no valid providers in chain. Deprecated."
- probably downloads half of the dataset, while 2. doesn't initiate the download. I will probably continue with 1, but 2. probably is faster. I'm using Linux Ubuntu 18.04.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels