Seeed-Studio / Seeed_Arduino_GroveAI

Arduino library for Grove Vision AI
MIT License
22 stars 10 forks source link

Creating a Custom Model is Broken #2

Open CharlesMod opened 1 year ago

CharlesMod commented 1 year ago

Describe the bug Currently attempting to follow the example google collab document results in an error at step 7, this is due to changes in FlatBuffers that is resulting in a critical error: “TensorFlow Lite: export failure: EndVector() missing 1 required positional argument: ‘vectorNumElems’”

Since step 7 does not complete successfully, all subsequent steps fail.

To Reproduce Steps to reproduce the behavior:

  1. Go to the example doc above
  2. Click on fill in the information for the custom training set from robotflow
  3. Run All
  4. See error

Expected behavior Run all should run the whole document through, and result in a usable model file, however the execution stops at step 7.

Screenshots image image

Desktop (please complete the following information):

CharlesMod commented 1 year ago

turned out to be an issue of flatbuffers v1.12 being forced in export.py of the transfer

CharlesMod commented 1 year ago

Sorry, didn't mean to close this