jetpacapp / DeepBeliefSDK

The SDK for Jetpac's iOS Deep Belief image recognition framework
Other
2.86k stars 437 forks source link

fix crash when use predictor in Android Library #11

Open ziggyJ opened 10 years ago

ziggyJ commented 10 years ago

I fixed this issue by modifying the source code of the jpcnn native library source code. It is because setlocale in android also returns NULL.

I also modify the Android.mk to exclude the pi directory when building the library.

petewarden commented 10 years ago

Thanks, I appreciate the investigation and the fix! Merging.