-
Notifications
You must be signed in to change notification settings - Fork 437
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
Framework not working on Xcode 6.2 / iOS 8.2? #41
Comments
Sorry you're hitting problems. What platform are you running on? |
Never mind, I just spotted that in the title! I just tried a clean download of the SimpleiOS example and framework with iOS 8.2 and I wasn't able to reproduce the problem. Do you see the same thing? |
Yeah, the LearningExample is working for me too. Something in my customizations must be causing the crash, I'll report back when I find out what it is. The strange thing is one of my programs work just once today, then repeatedly causes the same crash again. |
Here's the extended output, maybe you'll see the problem at first glance. I tried with Xcode 5, same mistake there. DeepBCust3`jpcnn_classify_image at libjpcnn.cpp:108: |
OK I think I may have come closer to the source of the problem. I'm playing around with the examples and some what seem to me perfectly normal .jpg images cause the code here |
Thanks for digging into that! It sounds like something's going wrong with the image reading code. Have you tried re-compiling the framework yourself? That might give you more useful error messages, the project is in https://github.com/jetpacapp/DeepBeliefSDK/tree/gh-pages/source |
Hi Pete. I'm not quite sure I understand where I find the framework, and when I do how to compile it... |
OK. I think I finally found the solution. Problem was that I was running the whole AVCaptureSession setup stuff before creating the network, so I guess the crash was caused by jpcnn_classify_image running with no network created. Xcode's error messages of course are of no use in figuring this out :) |
Anyone else having issues running the framework on the newest software? I've been away from working on it for a while, so I may be overseeing something.
I get the following error on all my projects:
Thread 5: EXC_BAD_ACCESS (code=1, address=0x9)
at DeepBCustom`jpcnn_classify_image at libjpcnn.cpp:108:
The text was updated successfully, but these errors were encountered: