Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Distributed Face Recognition

Hi to all, I started to do some examples with opencv2 (on a RaspiPi + Camera) a few days ago and till now things worked. But now I stuck with the following:

I want to export a trained model (pictures trained as FaceRecognizer) stored in a "fisherFaces.yml" file to get the prediction done by others. So is it possible to feed the predict(InputArray...) method in "fisher_faces" with that file and distribute to offload that part of program? I haven't found anything on Google -.-

Thanks, andy

Distributed Face Recognition

Hi to all, I started to do some examples with opencv2 (on a RaspiPi + Camera) a few days ago and till now things worked. But now I stuck with the following:following (as the Pi is kind of slow for that process):

I want to export a trained model (pictures trained as FaceRecognizer) stored in a "fisherFaces.yml" file to get the prediction done by others. others. So is it possible to feed the predict(InputArray...) method in "fisher_faces" with that file and distribute distribute, so to offload that part of program? program to other devices?

They should then just calculate (as norm fct. in fisher_faces) the distance from the current picture in the video screen to the one in the model. In the end they should only put together in a small program by the Raspberry which then compares and selects the minimum distance. Sorry, but I haven't found anything on Google -.-

Thanks, andy

Distributed Face Recognition

Hi to all, I started to do some examples with opencv2 (on a RaspiPi + Camera) a few days ago and till now things worked. But now I stuck with the following (as the Pi is kind of slow for that process):

I want to export a trained model (pictures trained as FaceRecognizer) stored in a "fisherFaces.yml" file to get the prediction done by others. So is it possible to feed the predict(InputArray...) method in "fisher_faces" with that file and distribute, so to offload that part of program to other devices?

They should then just calculate (as norm fct. in fisher_faces) the distance from the current picture in the video screen to the one in the model. In the end they should only put together in a small program by the Raspberry which then compares and selects the minimum distance. Sorry, but I haven't found anything on Google -.-

Thanks, andy

Distributed Face Recognition

Hi to all, I started to do some examples with opencv2 (on a RaspiPi + Camera) a few days ago and till now things worked. But now I stuck with the following (as the Pi is kind of slow for that process):

I want to export a trained model (pictures trained as FaceRecognizer) stored in a "fisherFaces.yml" file to get the prediction done by others. So is it possible to feed the predict(InputArray...) method in "fisher_faces" with that file and distribute, so to offload that part of program to other devices?

They should then just calculate (as norm fct. in fisher_faces) the distance from the current picture in the video screen to the one in the model. In the end they those computation-slaves should send back the distance-result. The pi then should only put together the pieces in a small program by the Raspberry which then where it compares distances and selects select the minimum distance. one. Sorry, but I haven't found anything on Google -.-

Thanks, andy

Distributed Face Recognition

Hi to all, I started to do some examples with opencv2 (on a RaspiPi + Camera) a few days ago and till now things worked. But now I stuck with the following (as the Pi is kind of slow for that process):

I want to export a trained model with e.g. FisherFaces (pictures trained as FaceRecognizer) stored in a "fisherFaces.yml" file to get the prediction done by others. So is it possible to feed the predict(InputArray...) method in "fisher_faces" with that file and distribute, so to offload that part of program to other devices?

They should then just calculate (as norm fct. in fisher_faces) the distance from the current picture in the video screen to the one in the model. model (so the precalculated model). In the end those computation-slaves should send back the distance-result. The pi then should only put together the pieces in a small program where it compares distances and select the minimum one. Sorry, but I haven't found anything on Google -.-

Thanks, andy

Distributed Face Recognition

Hi to all, I started to do some examples with opencv2 (on a RaspiPi + Camera) a few days ago and till now things worked. But now I stuck with the following (as the Pi is kind of slow for that process):

I want to export a trained model with e.g. FisherFaces (pictures trained as FaceRecognizer) stored in a "fisherFaces.yml" file to get the prediction done by others. So is it possible to feed the predict(InputArray...) method in "fisher_faces" with that file and distribute, so to offload that part of program to other devices?

They should then just calculate (as norm fct. in fisher_faces) the distance from the current picture in the video screen to the one in the model (so the precalculated model). In the end those computation-slaves should send back the distance-result. The pi then should only put together the pieces in a small program where it compares distances and select the minimum one. Sorry, but I haven't found anything on Google -.-

Or is there any other functionality / libraries to embed which facilitate distributed face rec.? I'd be very grateful!

Thanks, andy