From f139d32624ae4b1820376a56f8abfffa8d55bfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cuhel?= <79118988+HonzaCuhel@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:22:17 +0100 Subject: [PATCH] Add link to the examples (#54) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 606df3c..27d213e 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ environ.HUBAI_API_KEY = "your_api_key" converted_model = convert("rvc4", path="configs/resnet18.yaml") ``` +We have prepared several examples for you to check and are actively working on providing more. You can find them [here](https://github.com/luxonis/depthai-ml-training/tree/main/conversion). + > \[!NOTE\] > To learn more about the available options, use `modelconverter hub convert --help`.