You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a shorter data window for recording and inference (#431)
We now record data for one second (990ms) and infer using time window while maintaining backwards compatibility with existing data samples that use the legacy window of 1800 ms. This makes the model feel much more responsive to user gesture/action changes.
- Look at the user's existing gestures to determine whether we should use the legacy data window
- Default to the new shorter data window where possible (new session, user deletes all recordings, user deletes all actions)
- Maintain existing data window for dataset.json and hex file loads
Other fixes and upgrades:
- Upgrade pxt-microbit-ml extension to include ZCR fix
- Fix prop casing for AlertIcon
- Remove circular reference in tour files
- Pull up listener for MakeCode project load so it affects all pages
0 commit comments