pull
A CLI how-to guide. SDK power-users can refer to our full SDK docs generated from our source code here
Downloads the latest Release of a RemoteDataset into your machine, creating a LocalDataset in the process.
$ darwin dataset pull cars
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Dataset andreas-team/cars:nice_cars_v3 downloaded at /home/user/.darwin/datasets/andreas-team/cars.Positional arguments:
dataset: Name of theRemoteDatasetto download.
Optional arguments:
--only-annotations: Download only annotations and no corresponding images.--no-folders: Do not recreate dataset folders locally.--video-frames: Pulls video frame images instead of video files.
By default, this command will pull the latest release of the RemoteDataset. You can pull a specific release by appending it after a colon as follows:
$ darwin dataset pull cars:2nd_release
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Dataset andreas-team/cars:2nd_release downloaded at /home/user/.darwin/datasets/andreas-team/cars.Updated about 1 month ago
Next up
Having trouble understanding the docs? Have a refresh on V7 Concepts!
