GreenWaves-Technologies / gap_sdk

SDK for Greenwaves Technologies' GAP8 IoT Application Processor
https://greenwaves-technologies.com/en/gap8-the-internet-of-things-iot-application-processor/
Apache License 2.0
139 stars 77 forks source link

FaceDetection failed #97

Closed DonQuixote-lab closed 4 years ago

DonQuixote-lab commented 4 years ago

I have tested the CannyEdgeDetection application successfully.But the FaceDetection failed.

e2361edd9d576b3b5e29bee8c2c4716

There is also a problem when I run the FaceDetection on the gvsoc platform,

d92a7154733dee2a91187746f050881

What should I do?

Toxic-Scofield commented 4 years ago

You should think more,don't just ask somebody when you meet problems.

DonQuixote-lab commented 4 years ago

When openocd uesed by application,no problems appear. But when I use plpbridge,files can not loaded from pc.

Yaooooo commented 4 years ago

Hi,

If you are using the last version of SDK, we have updated this application to use filesystem api (in ImgIO.c), which provided by PMSIS. These api supports only openOCD.
In the future, we will remove plpbridge step by step, and maintain only openOCD.

Best, Yao

DonQuixote-lab commented 4 years ago

Hi I am using the last version of SDK.I have executed the WaterMeter and CannyEdgeDetection with no problem.But the BilinearResize failed e1282f2b376246a4050b723b2472aca when I changed the PLPBRIDGE_FLAGS += -fileIO 2 to PLPBRIDGE_FLAGS += -fileIO 5 in Makefile,the problem as follows. 1578535069(1)

Yaooooo commented 4 years ago

Thank you for report, you are right, there's a regression on this example because of the update. We will fix it asap.

Yaooooo commented 4 years ago

I have fixed it and pushed. Please pull the last commit and retry.