Skip to content

Commit de17424

Browse files
committed
paper: Fix typo slows -> shows
Fixes #49
1 parent 58c7a6d commit de17424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ These features are then classified using a Random Forest Classifier (with `emlea
115115
A running median filter is applied to the predictions to smooth out noise.
116116
The data at these processing stages is shown in \autoref{fig:physical_activity_recognition_pipeline}.
117117

118-
![Data pipeline for recognizing physical activities from accelerometer data using emlearn-micropython. Top plot shows input data from the 3-axis accelerometer. Middle plots show extracted features. The bottom plot slows the output probabilities from the classification model. The colored sections indicate the labeled activity (ground-truth).](physical_activity_recognition_pipeline.png){#fig:physical_activity_recognition_pipeline width=100% }
118+
![Data pipeline for recognizing physical activities from accelerometer data using emlearn-micropython. Top plot shows input data from the 3-axis accelerometer. Middle plots show extracted features. The bottom plot shows the output probabilities from the classification model. The colored sections indicate the labeled activity (ground-truth).](physical_activity_recognition_pipeline.png){#fig:physical_activity_recognition_pipeline width=100% }
119119

120120
The emlearn-micropython documentation
121121
contains complete example code for Human Activity Recognition, image classification, and more.

0 commit comments

Comments
 (0)