vanishing
Results
2
comments of
vanishing
For openframeworks 0.9+, replace main.cpp with: ``` #include "ofMain.h" #include "ofApp.h" int main( ){ ofSetupOpenGL(1920,1200,OF_WINDOW)*/; ofGLWindowSettings settings; settings.setGLVersion(3,2); ofCreateWindow(settings); ofRunApp(new ofApp()); } ```
If you got this problem and you have the sklearn lib installed, then your val_.dat files are corrupted. rm vals_.dat, proceed to comment out the "try: except:" block for importing...