Upload Dataset

If you have an existing project in roboflow, that project lives on a workspace.

The workspace has a a workspaceId. And the project has a projectId.

To obtain your workspace Id, click on "Settings" in the top right of your workspace's home page. Then select the "Copy Workspace Id" option.

Your project Id can be obtained by clicking the 3 dots on the project from the main workspace page.

Then to upload a dataset into that project you would run the following:

roboflow import -w testupload -p project-1-8zgld /path/to/dataset/folder

Here's a video showing how to do just that.

Next > Download Dataset

Last updated