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.

Both show up as part of the URL when you're in the Roboflow app:

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