XiaochaoGONG

Results 18 comments of XiaochaoGONG

Not sure if the os support mapping external memory to heap. You can try to allocate about 300KB space to see if SPI RAM works.

160x120x3 = about 57KB, which is still allocated in the internal memory. It seems you didn't successfully enable the SPI RAM. You may transfer this issue to [esp-idf](https://github.com/espressif/esp-idf).

可能是没有设置好esp-idf?`git submodule update --init`

Your serial port seems to be occupied by putty while flashing, you need to disconnect from putty then to flash.

Hi, it may be due to the enlargement of the bootloader in idf 3.3.1. Anyway, one solution is to modify the offset of partition table, e.g. to 0x9000. ![image](https://user-images.githubusercontent.com/3426332/72580966-ae084f80-3918-11ea-9f53-a86bd3dff52a.png) BTW,...

Hi the different results may be caused by the padding method. In the first case, the output shape is 7x7, which means for input 14x14 and kernel 3x3 stride 2,...

Hi what's the length of the last Name in the `st_face_list` ? There is a limit that the size should be no more than `ENROLL_NAME_LEN`: https://github.com/espressif/esp-face/blob/bb800f9abc2e336d585abf2d13035bdc5712f71d/face_recognition/include/fr_forward.h#L31

Hi Peter, I have tested with my code, there was no problem. Can you post on some of your test code ?