Skip to content

Commit

Permalink
Argoverse HUB fix (#9809)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
glenn-jocher committed Oct 14, 2022
1 parent 2a19d07 commit df80e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Argoverse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ download: |
# Download
dir = Path('../datasets/Argoverse') # dataset root dir
dir = Path(yaml['path']) # dataset root dir
urls = ['https://argoverse-hd.s3.us-east-2.amazonaws.com/Argoverse-HD-Full.zip']
download(urls, dir=dir, delete=False)
Expand Down

0 comments on commit df80e7c

Please sign in to comment.