Upload a Dataset
The upload_dataset
method lets you upload a dataset to a workspace into a new project or to one that already exists within Roboflow.
To upload a dataset using the Python SDK, use the following code:
The num_workers
value allows you to set how many images should be uploaded concurrently. We recommend setting a value no greater than 25.
Last updated
Was this helpful?