From 56d55aca7dba116b99ccb802d3674f9955c86156 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Mon, 17 Jun 2024 07:55:08 -0400 Subject: [PATCH] Fix links --- contents/labs/arduino/nicla_vision/nicla_vision.qmd | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/contents/labs/arduino/nicla_vision/nicla_vision.qmd b/contents/labs/arduino/nicla_vision/nicla_vision.qmd index 7cbad4488..5a1315c4d 100644 --- a/contents/labs/arduino/nicla_vision/nicla_vision.qmd +++ b/contents/labs/arduino/nicla_vision/nicla_vision.qmd @@ -13,13 +13,16 @@ These labs provide a unique opportunity to gain practical experience with machin ## Setup -- [Setup Nicla Vision](./contents/niclav_sys/niclav_sys.qmd) +- [Setup Nicla Vision](./niclav_sys/niclav_sys.qmd) + +{{< include ./niclav_sys/niclav_sys.qmd >}} + ## Exercises | **Modality** | **Task** | **Description** | **Link** | |--------------|--------------|-----------------|----------| -| Vision | Image Classification | Learn to classify images | [Link](./contents/image_classification/image_classification.qmd) | -| Vision | Object Detection | Implement object detection | [Link](./contents/object_detection_fomo/object_detection_fomo.qmd) | -| Sound | Audio Feature Engineering | Explore audio features and preprocessing | [Link](./contents/kws_feature_eng/kws_feature_eng.qmd) | -| IMU | Motion Classification and Anomaly Detection | Classify motion data and detect anomalies | [Link](./contents/motion_classify_ad/motion_classify_ad.qmd) | \ No newline at end of file +| Vision | Image Classification | Learn to classify images | [Link](./image_classification/image_classification.qmd) | +| Vision | Object Detection | Implement object detection | [Link](./object_detection_fomo/object_detection_fomo.qmd) | +| Sound | Audio Feature Engineering | Explore audio features and preprocessing | [Link](./kws_feature_eng/kws_feature_eng.qmd) | +| IMU | Motion Classification and Anomaly Detection | Classify motion data and detect anomalies | [Link](./motion_classify_ad/motion_classify_ad.qmd) | \ No newline at end of file