[POC- DO NOT MERGE] Add heatmap for fingerprinting recordings #269
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The output data of the ML filters for each recording are used to plot heatmaps which are effectively fingerprints of the data we pass into the ML model for training and inference. The fingerprints used filter outputs normalized to 0..1, the ML model still uses the non-normalized values and is not impacted by these changes.
These fingerprints are displayed for each recording in the "Add data" page. In the temporary "Process data" page, the fingerprint of the mean of the filters applied to all recordings for each action is displayed, and if a micro:bit is connected, the live data is also displayed as a fingerprint below. The is some alignment issue based on the separation of these plots due to the y-axis labels. This could be dealt with by merging the plots (which would also save space).
We may take this a step further and add functionality to toggle filters. This should be straightforward from a tech perspective, but more complicated from an education and UI/UX perspective.