-
Notifications
You must be signed in to change notification settings - Fork 55
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
Issues with the classification demo #91
Comments
Is the current ai example must run on the sdk4.7 version, I use the lastest 4.12 version can not run it, it seems memory problems. |
It's based on the bitcraze/aideck docker container, which is SDK 4.8. Interesting that there are issues with the latest SDK! That really means that this example is right on the border of what it can handle together with the bootloader and CPX. Did you flash the example over air or with a programmer (so without the bootloader) ? |
Yes, I have not test the bootloader ways, test it on the jtag progarmmer. |
ah woow, then it really takes up a lot of memory then, even if I reduced the message queues. of cpx I was planning to at one point try these networks : https://github.com/GreenWaves-Technologies/image_classification_networks and see which work with CPX. I won't have time for that for the next few weeks. Perhaps that is something you can already look at? |
I couldn't run the example on SDK 4.12 (as mentioned in closed issue) in the mean time, i have finished compiling the example (got the img file) Is it possible to get a few words on how to flash the GAP8 with the .img file via the JTAG? |
@eladpar-rnd Your followup questions is not related to this issue. Could you please post the question in Q&A of https://discussions.bitcraze.io/ |
Just a comment, there has been a thought about cpx not being thread safe, so that it is actually not about the size of the networks. See this ticket: #100 |
Soon PR #89 will be merged but there are still issues with it though.
This all still needs to be investigated
The text was updated successfully, but these errors were encountered: