Skip to content

Commit

Permalink
Integrating in labs
Browse files Browse the repository at this point in the history
Lots of changes:
* Directory structure changes
* File renames to be consistent
* Integrating overview section for various vendors
  • Loading branch information
profvjreddi committed Jun 17, 2024
1 parent e738a0b commit 5a93e52
Show file tree
Hide file tree
Showing 397 changed files with 4,959 additions and 1,590 deletions.
35 changes: 23 additions & 12 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ project:
- "*.qmd"
- "contents/*.qmd"
- "contents/*/*.qmd"
- "contents/labs/*/*/*.qmd"
- "contents/*/*/*.qmd"
- "contents/*/*/*/*.qmd"
- "contents/*/*/*/*/*.qmd" # contents/labs/<vendor>/<board>/<exercises>/*.qmd

title-prefix: ""

Expand Down Expand Up @@ -47,6 +49,8 @@ book:
cover-image: cover-image-transparent.png
cover-image-alt: "Cover image."

bread-crumbs: true

sidebar:
collapse-level: 2
border: true
Expand Down Expand Up @@ -119,10 +123,25 @@ book:
chapters:
- references.qmd
- text: "---"
- part: contents/labs/labs.qmd
# LABS
- part: LABS
chapters:
- contents/labs/labs.qmd
# nicla vision
- part: contents/labs/arduino/nicla_vision/nicla_vision.qmd
chapters:
- contents/labs/arduino/nicla_vision/setup/setup.qmd
- contents/labs/arduino/nicla_vision/kws/kws.qmd
- contents/labs/arduino/nicla_vision/image_classification/image_classification.qmd
- contents/labs/arduino/nicla_vision/object_detection/object_detection.qmd
- contents/labs/arduino/nicla_vision/motion_classification/motion_classification.qmd
# xiao sense
- part: contents/labs/seeed/xiao_esp32s3/xiao_esp32s3.qmd
chapters:
- file: contents/labs/arduino/nicla_vision/nicla_vision.qmd
- contents/labs/seeed/xiao_esp32s3/xiao_esp32S3.qmd
- contents/labs/seeed/xiao_esp32s3/setup/setup.qmd
- contents/labs/seeed/xiao_esp32s3/kws/kws.qmd
- contents/labs/seeed/xiao_esp32s3/image_classification/image_classification.qmd
- contents/labs/seeed/xiao_esp32s3/motion_classification/motion_classification.qmd

- text: "---"
appendices:
Expand Down Expand Up @@ -162,14 +181,6 @@ bibliography:
- contents/training/training.bib
- contents/workflow/workflow.bib
- contents/conclusion/conclusion.bib
# labs
- contents/labs/arduino/nicla_vision/niclav_sys/niclav_sys.bib
- contents/labs/arduino/nicla_vision/kws_feature_eng/kws_feature_eng.bib
- contents/labs/arduino/nicla_vision/dsp_spectral_features_block/dsp_spectral_features_block.bib
- contents/labs/arduino/nicla_vision/kws_nicla/kws_nicla.bib
- contents/labs/arduino/nicla_vision/object_detection_fomo/object_detection_fomo.bib
- contents/labs/arduino/nicla_vision/motion_classify_ad/motion_classify_ad.bib
- contents/labs/arduino/nicla_vision/image_classification/image_classification.bib

comments:
giscus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bibliography: image_classification.bib
---

# CV on Nicla Vision {.unnumbered}
# Image Classification {.unnumbered}

![*DALL·E 3 Prompt: Cartoon in a 1950s style featuring a compact electronic device with a camera module placed on a wooden table. The screen displays blue robots on one side and green periquitos on the other. LED lights on the device indicate classifications, while characters in retro clothing observe with interest.*](images/jpg/img_class_ini.jpg){fig-align="center" width="6.5in"}

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
bibliography: kws_nicla.bib
bibliography: kws.bib
---

# Keyword Spotting (KWS) {.unnumbered}
Expand Down
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
149 changes: 0 additions & 149 deletions contents/labs/arduino/nicla_vision/kws_feature_eng/kws_feature_eng.qmd

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
373 changes: 0 additions & 373 deletions contents/labs/arduino/nicla_vision/kws_nicla/kws_nicla.qmd

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
bibliography: motion_classify_ad.bib
bibliography: motion_classification.bib
---

# Motion Classification and Anomaly Detection {.unnumbered}
Expand Down

This file was deleted.

10 changes: 3 additions & 7 deletions contents/labs/arduino/nicla_vision/nicla_vision.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ These labs provide a unique opportunity to gain practical experience with machin

## Setup

- [Setup Nicla Vision](./niclav_sys/niclav_sys.qmd)

{{< include ./niclav_sys/niclav_sys.qmd >}}

- [Setup Nicla Vision](./setup/setup.qmd)

## Exercises

| **Modality** | **Task** | **Description** | **Link** |
|--------------|--------------|-----------------|----------|
| 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) |
| Vision | Object Detection | Implement object detection | [Link](./object_detection/object_detection.qmd) |
| IMU | Motion Classification and Anomaly Detection | Classify motion data and detect anomalies | [Link](./motion_classification/motion_classification.qmd) |
Loading

0 comments on commit 5a93e52

Please sign in to comment.