Skip to content

Commit

Permalink
still blocked on roboflow import cli
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw committed Jan 24, 2023
1 parent f37178b commit 6613431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/roboflow-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ The dataset we are using has labels in the [Roboflow Universe](https://universe.

Download the data with labels in the YOLOv5 format:
```bash
mkdir data-with-labels; cd data-with-labels; curl -L "https://universe.roboflow.com/ds/YZbicMV8Z4?key=WrbJD7E7Ky" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
mkdir data-with-labels; cd data-with-labels; curl -L "https://universe.roboflow.com/ds/YZbicMV8Z4?key=WrbJD7E7Ky" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip; cd ..
```

Install the Roboflow CLI with `npm`.
Expand All @@ -356,7 +356,7 @@ roboflow auth

Import the dataset to your project.
```
roboflow import data-with-labels/
roboflow import data-with-labels
```

Open your project on the Roboflow web app
Expand Down

0 comments on commit 6613431

Please sign in to comment.