Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a Custom Model is Broken #2

Open
CharlesMod opened this issue Feb 14, 2023 · 3 comments
Open

Creating a Custom Model is Broken #2

CharlesMod opened this issue Feb 14, 2023 · 3 comments
Assignees
Labels
Seeed_Arduino_GroveAI Label for Seeed_Arduino_GroveAI UAY Unassigned yet

Comments

@CharlesMod
Copy link

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):

  • OS: Windows 11
  • Browser Firefox, Chrome
  • Version 109.0.1
@CharlesMod
Copy link
Author

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

@CharlesMod
Copy link
Author

Sorry, didn't mean to close this

@CharlesMod CharlesMod reopened this Feb 15, 2023
@MatthewJeffson MatthewJeffson added UAY Unassigned yet Seeed_Arduino_GroveAI Label for Seeed_Arduino_GroveAI labels Oct 9, 2024
@Lesords Lesords self-assigned this Oct 14, 2024
@Lesords Lesords removed their assignment Oct 16, 2024
@LynnL4
Copy link
Member

LynnL4 commented Oct 18, 2024

Hi, It is recommended to use the latest mod assistant for training
https://github.com/Seeed-Studio/ModelAssistant
https://github.com/Seeed-Studio/sscma-model-zoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Seeed_Arduino_GroveAI Label for Seeed_Arduino_GroveAI UAY Unassigned yet
Projects
Status: Todo
Development

No branches or pull requests

4 participants