arduino / ArduinoTensorFlowLiteTutorials

260 stars 117 forks source link

Model Is Not Building #7

Closed darcstartech closed 4 years ago

darcstartech commented 4 years ago

@lucach @8bitkick @sandeepmistry

Hi!

I have created the attached .csv files (currently .txt so I can upload to GitHub) for the punch and flex gestures and cannot get them to create a model. It seems to just generate nothing. Not sure what I am doing wrong?

punch.txt flex.txt

Screen Shot 2019-11-21 at 11 46 41 PM
lucach commented 4 years ago

Hi! I think it is probably due to the fact that you have some "null"/"empty" values in your record set (double check what you are copy-pasting from the serial monitor, it shouldn't be the case).

> grep ,, flex.txt
,,,,,,
,,,,,,
,,,,,,
,,,,,,
,,,,,,
,,,,,,
,,,,,,
,,,,,,
,,,,,,
,,,,,,
darcstartech commented 4 years ago

Awesome, thank you! That solved the issue.

This is a great project, thank you for doing this and releasing it online. So cool!