Skip to content

Commit 2d194ed

Browse files
authored
Update magic_wand.ino
1 parent d58e19c commit 2d194ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/magic_wand/magic_wand.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ tflite::ErrorReporter* error_reporter = nullptr;
9090
const tflite::Model* model = nullptr;
9191
tflite::MicroInterpreter* interpreter = nullptr;
9292

93+
// -------------------------------------------------------------------------------- //
94+
// UPDATE THESE VARIABLES TO MATCH THE NUMBER AND LIST OF GESUTRES IN YOUR DATASET //
95+
// -------------------------------------------------------------------------------- //
9396
constexpr int label_count = 10;
9497
const char* labels[label_count] = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"};
9598

0 commit comments

Comments
 (0)