-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading the tbv dataset. #8
Comments
Hi @tom-bu, Thanks for your interest!
|
Hey @tom-bu, thanks for trying out TbV. If you're having issues with wget https://s3.amazonaws.com/argoai-argoverse/av2/tars/tbv/TbV_v1.0_shard0.tar.gz
wget https://s3.amazonaws.com/argoai-argoverse/av2/tars/tbv/TbV_v1.0_shard1.tar.gz
...
wget https://s3.amazonaws.com/argoai-argoverse/av2/tars/tbv/TbV_v1.0_shard20.tar.gz The TbV dataset is available in two identical formats, for convenience to users. Either you can download the 21 tar.gz files directly, and then use the |
Thanks for the feedback! My s5cmd version doesn't seem to have a sync method to continue where I left off with option 1, so I'm currently trying option 2 with the tar files. I realized for option 2 I wasn't waiting long enough to download, but I believe the |
Hi @johnwlambert, thanks for the info. Another question I had about the TbV dataset is where can I find the labels for change? Is there a file that indicates different log pairs and what has changed? Thanks! |
Hi @tom-bu, we'll upload more information about the train/val/test splits for TbV in the next day or two. |
Thanks for the update @johnlambert-argo. Look forward to it! |
@tom-bu I've provided a clustering of logs by spatial location in this PR: #26. A few things to note:
|
@johnlambert-argo great, thanks! Are all of the logs clustered? I believe there are ~1000 logs? Also, will labels be released for which logs include change/no change? |
Hi @tom-bu, no, this is only a specific subset of logs, where some log in the cluster had a real-world change. You could cluster all the log spatially though, using their poses. Labels for the val set will be released, but labels for the test set will not be (they'll be used for an online leaderboard, which you will be welcome to submit to). We'll release those val set annotations in probably 1-3 days. |
Hi @johnlambert-argo, I just realized that this map change dataset doesn't necessarily have before and after sensor data as shown in the image here. So it seems we're just checking if the corresponding vector map is up-to-date or not? And I wanted to verify that the training/validation sets have no changes. Therefore, all we need to know is if a log is in the training/validation set to know the label? Thanks, Tom |
Hi @tom-bu, were you able to get your questions answered? |
Have the data splits been released yet? I think that's the only thing I'm waiting on. |
@tom-bu These are now available here: https://github.com/argoai/av2-api/blob/main/src/av2/datasets/tbv/splits.py Please reach out if you have any other questions! |
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:
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."
The text was updated successfully, but these errors were encountered: