Skip to content

Commit

Permalink
Merge pull request #48 from Mjrovai/hands-on-exercises
Browse files Browse the repository at this point in the history
Adding Exercise Motion/Anomaly Detection. Thank you @Mjrovai for the contribution 👏 👏 👏
  • Loading branch information
profvjreddi authored Nov 3, 2023
2 parents 86b83eb + 71ef842 commit 370040b
Show file tree
Hide file tree
Showing 36 changed files with 421 additions and 1 deletion.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ book:
- object_detection_fomo.qmd
- kws_feature_eng.qmd
- kws_nicla.qmd
- motion_classify_ad.qmd

references: references.qmd

Expand Down
13 changes: 13 additions & 0 deletions cs249r_book.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/anom_det_train.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/anomaly-boat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/anomaly_detect.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/anomaly_detect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/case.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/classes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/classes_mov_def.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/collect_data.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/data-forw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/data_explorer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/dataset.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/deploy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/device.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/feature_generation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/idle_result.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/impulse-block.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/impulse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/imu_ide.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/imu_test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/inference.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/inference_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/inference_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/lift_result.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/maritime_result.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/imgs_motion_classif/model.jpg
Binary file added images/imgs_motion_classif/model_testing.jpg
Binary file added images/imgs_motion_classif/pre-process.jpg
Binary file added images/imgs_motion_classif/sampling.jpg
Binary file added images/imgs_motion_classif/term.jpg
Binary file added images/imgs_motion_classif/train.jpg
406 changes: 406 additions & 0 deletions motion_classify_ad.qmd

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion object_detection_fomo.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Since Edge Impulse officially supports the Nicla Vision, let's connect it to the

- Open the zip file on your computer and select the uploader related to your OS:

![](images_2/media/image17.png){fig-align="center" width="4.416666666666667in"}
![](images/imgs_niclav_sys/image17.png){fig-align="center"}

- Put the Nicla-Vision on Boot Mode, pressing the reset button twice.

Expand Down

0 comments on commit 370040b

Please sign in to comment.