We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c70eb commit 7f70430Copy full SHA for 7f70430
src/script/stores/mlStore.ts
@@ -37,6 +37,7 @@ export function loadDatasetFromFile(file: File) {
37
const gestureData: PersistantGestureData[] = JSON.parse(
38
contents,
39
) as PersistantGestureData[];
40
+ updateToUntrainedState();
41
gestures.importFrom(gestureData);
42
}
43
};
0 commit comments