Thanks to visit codestin.com Credit goes to github.com
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 2d194ed commit 360fdb8Copy full SHA for 360fdb8
examples/magic_wand/magic_wand.ino
@@ -91,7 +91,7 @@ const tflite::Model* model = nullptr;
91
tflite::MicroInterpreter* interpreter = nullptr;
92
93
// -------------------------------------------------------------------------------- //
94
-// UPDATE THESE VARIABLES TO MATCH THE NUMBER AND LIST OF GESUTRES IN YOUR DATASET //
+// UPDATE THESE VARIABLES TO MATCH THE NUMBER AND LIST OF GESTURES IN YOUR DATASET //
95
96
constexpr int label_count = 10;
97
const char* labels[label_count] = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"};
0 commit comments