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
* Once the model is deployed on the device, it can be called from python code to classify new gestures using the data collected from the accelerometer sensor.
93
+
* Once the model is deployed on the device, it can be called from python code to classify new gestures using the data collected from the accelerometer sensor.
94
94
95
95
* The path to the deployed model is: `flash/model_definition.json`. This file is going to be used by the device firmware, and once generated it should not be changed by the user. Any changes can cause features to malfunction.
96
96
@@ -102,13 +102,13 @@ from math import sin
102
102
import json
103
103
import pycom
104
104
105
-
# This is just a dummy example. In a real application, the input
105
+
# This is just a dummy example. In a real application, the input
106
106
# data should be collected from the accelerometer.
0 commit comments