luoyetx / JDA

C++ implementation of Joint Cascade Face Detection and Alignment.
BSD 3-Clause "New" or "Revised" License
185 stars 140 forks source link

terminate called after throwing an instance of 'jsmn::Error' #31

Open rivercn opened 7 years ago

rivercn commented 7 years ago

*****~/JDA/build$ ./jda test terminate called after throwing an instance of 'jsmn::Error' what(): File not exists! 已放弃 (核心已转储)

jda compline OK . is jsmn problem?

luoyetx commented 7 years ago

Please create a config.json file for JDA. config.template.json is a template file for configuration. The error is thrown by this line.

rivercn commented 7 years ago

@luoyetx Thanks for your response,I have solved it. FPS is about 1.5 , environment i5 @2.3GHz, VGA image. Is There any parameter to improve speed.

luoyetx commented 7 years ago

try jda.c and build with CMake Release mode. cmake .. -DCMAKE_BUILD_TYPE=Release