MaixPy-v1_scripts icon indicating copy to clipboard operation
MaixPy-v1_scripts copied to clipboard

Self_learning_classifier - Freezes after pressing the Boot button the first time

Open mat-lo opened this issue 5 years ago • 1 comments

Hi,

I'm following the instructions here: https://github.com/sipeed/MaixPy_scripts/blob/master/machine_vision/doc/self_learning_classifier.md

I downloaded the encrypted model on address 0x300000 and flashed the latest firmware.

When I run the demo script it launches, but then after pressing the Boot button the first time, the camera freezes and nothing happens anymore. There is no output on the terminal as well, it just freezes everything.

I'm on a Maixduino

mat-lo avatar May 12 '20 16:05 mat-lo

Hi I think that if you insert this line time.sleep_ms(500) between line 61 and 62 of self_learning_classifier.py it will start working in most of the time :) Also according to code you should press and hold button until you see message to release it

easy-and-simple avatar May 29 '20 12:05 easy-and-simple