Ask Your Question

markoub's profile - activity

2014-05-17 17:49:38 -0600 commented question Multithreading Face recognition train

Thanks a lot for info anyways, no problem. It works fine right now, I'm just curious how to speed it up somehow. First, I'm doing research on huge database, with different combination of training/test data, so I have to calculate at least 50 training sets * 3 algorithms... And looking at system usage with just one core used makes me wanna try everything! :-)

2014-05-17 14:04:42 -0600 asked a question Multithreading Face recognition train

Hi, I'm training each available FaceRecognition model, and I would like to do it parallel. To be exact, I'm processing csv file, and then call 3 models in a row, although it looks like ideal example for multithreading.

Also, I would like to do recognition in parallel as well, but first things first...

Thanks!