Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/Download Data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"For example you can use\n",
"\n",
"```\n",
"gsutil ls gs://objectron/v1/records_shuffled\n",
"gcloud storage ls gs://objectron/v1/records_shuffled\n",
"```\n",
"to see the available classes in the dataset. Similarly, the easiest way to copy files to the local machine would be\n",
"```\n",
"gsutil cp -r gs://objectron/v1/records_shuffled local_dataset_dir\n",
"gcloud storage cp --recursive gs://objectron/v1/records_shuffled local_dataset_dir\n",
"```"
]
},
Expand Down