arturoc / FaceSubstitution

Face substitution experiments using ofxFacetracker
Other
436 stars 120 forks source link

SIGABRT on Tracker::Load #1

Closed ghost closed 12 years ago

ghost commented 12 years ago

I'm getting a successful build then an immediate error at line 56 in Tracker.cc

void Tracker::Load(const char* fname)

Should I direct this towards Jason? My files from him are probably several weeks old by now.

Thanks, Jason

kylemcdonald commented 12 years ago

you're probably missing the model file in the data directory.

ghost commented 12 years ago

I think you're on the right path... I deleted the model files and received the same error so obviously it's not even hitting the face2.tracker. I'll figure it out -- thanks for your help!