From 66134318a8ab887f250015357a10388476de2cf4 Mon Sep 17 00:00:00 2001 From: robertgshaw Date: Mon, 23 Jan 2023 19:40:18 -0500 Subject: [PATCH] still blocked on roboflow import cli --- examples/roboflow-logging/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/roboflow-logging/README.md b/examples/roboflow-logging/README.md index e848cdc228..9214db3f11 100644 --- a/examples/roboflow-logging/README.md +++ b/examples/roboflow-logging/README.md @@ -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`. @@ -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