Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Jun 17, 2024
1 parent 7856cf3 commit 56d55ac
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions contents/labs/arduino/nicla_vision/nicla_vision.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
| 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) |

0 comments on commit 56d55ac

Please sign in to comment.