File tree 1 file changed +2
-2
lines changed
examples/roboflow-logging
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ The dataset we are using has labels in the [Roboflow Universe](https://universe.
341
341
342
342
Download the data with labels in the YOLOv5 format:
343
343
``` bash
344
- 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
344
+ 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 ..
345
345
```
346
346
347
347
Install the Roboflow CLI with ` npm ` .
@@ -356,7 +356,7 @@ roboflow auth
356
356
357
357
Import the dataset to your project.
358
358
```
359
- roboflow import data-with-labels/
359
+ roboflow import data-with-labels
360
360
```
361
361
362
362
Open your project on the Roboflow web app
You can’t perform that action at this time.
0 commit comments