You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on 'Add Samples' after drawing 10 circles, an error is thrown in line 158 of the ofxCcv.cpp file that is located within the addons folder of DoodleClassifier.
Line 158: convnet->count = layer; // hack to extract a particular layer with encode
Error: "Thread 1: EXC_BAD_ACCESS (code=1, address=0x18)"
Any tips as to what this might be would be much appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
This issue was solved with advice from @stlou in the following thread (I did not realise it was a similar issue as my error was not mentioned in the heading):
the way this can be solved is by running the setup script (sh setup.sh) which fixes the Mac translocation thing which makes it not able to find the weights file. if you run that and it works, that should solve the problem. let me know if that doesn't work for you.
When I click on 'Add Samples' after drawing 10 circles, an error is thrown in line 158 of the ofxCcv.cpp file that is located within the addons folder of DoodleClassifier.
Line 158: convnet->count = layer; // hack to extract a particular layer with encode
Error: "Thread 1: EXC_BAD_ACCESS (code=1, address=0x18)"
Any tips as to what this might be would be much appreciated. Thanks.
The text was updated successfully, but these errors were encountered: