Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ tracking, and utility layers that the other Luxonis tools build on.
luxonis_ml data parse "roboflow://team-roboflow/coco-128/2/coco" --name coco_test
```

> [!IMPORTANT]
> A `roboflow://` source needs the `ROBOFLOW_API_KEY` environment variable.
> Get your key from the
> [Roboflow settings](https://app.roboflow.com/settings/api). The
> [Roboflow documentation](https://docs.roboflow.com/reference/authentication/authentication/find-your-roboflow-api-key)
> gives the steps.

1. **Inspect the result**

```bash
Expand All @@ -81,6 +74,13 @@ tracking, and utility layers that the other Luxonis tools build on.
labels = sample.labels
```

> [!IMPORTANT]
> A `roboflow://` source needs the `ROBOFLOW_API_KEY` environment variable.
> Get your key from the
> [Roboflow settings](https://app.roboflow.com/settings/api). The
> [Roboflow documentation](https://docs.roboflow.com/reference/authentication/authentication/find-your-roboflow-api-key)
> gives the steps.

Comment thread
klemen1999 marked this conversation as resolved.
> [!NOTE]
> For hands-on examples of how to prepare data with `LuxonisML` and train AI models using `LuxonisTrain`, check out [this guide](https://github.com/luxonis/ai-tutorials/tree/main/training).

Expand Down
Loading