Skip to content

Commit

Permalink
Update embedded_ml_exercise.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi authored Oct 8, 2023
1 parent a9efc07 commit 9b35660
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions embedded_ml_exercise.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ or rotating the images).
Under the rood, here you can see how Edge Impulse implements a data
Augmentation policy on your data:

```{{python}}
```python
# Implements the data augmentation policy
def augment_image(image, label):
# Flips the image randomly
Expand Down Expand Up @@ -445,7 +445,7 @@ on the OpenMV IDE.
GitHub,]{.underline}](https://github.com/Mjrovai/Arduino_Nicla_Vision/blob/main/Micropython/nicla_image_classification.py)
or modify it as below:

```{{python}}
```python
# Marcelo Rovai - NICLA Vision - Image Classification
# Adapted from Edge Impulse - OpenMV Image Classification Example
# @24Aug23
Expand Down Expand Up @@ -548,7 +548,7 @@ For that, we should [[upload the code from
GitHub]{.underline}](https://github.com/Mjrovai/Arduino_Nicla_Vision/blob/main/Micropython/nicla_image_classification_LED.py)
or change the last code to include the LEDs:

```{{python}}
```python
# Marcelo Rovai - NICLA Vision - Image Classification with LEDs
# Adapted from Edge Impulse - OpenMV Image Classification Example
# @24Aug23
Expand Down Expand Up @@ -724,4 +724,4 @@ projects around vision in several areas, such as:
> human-machine interaction.
- **Content Recommendation**: Image-based recommendation systems in
> e-commerce.
> e-commerce.

0 comments on commit 9b35660

Please sign in to comment.