face-detection-and-recognition icon indicating copy to clipboard operation
face-detection-and-recognition copied to clipboard

Not able to make this work.

Open patv2learn opened this issue 5 years ago • 1 comments
trafficstars

Hello @mesutpiskin, I am trying to make this project work but no success. I have put all required dependency in build folder and project is getting compiled too but then one or other exception. Most of them are some inner exception or bad image exception. It looks like dependency files used here are not either correct format or version.

Can you please share some area where I can get all dependency files to make project work?

Thanks.

patv2learn avatar May 21 '20 21:05 patv2learn

I've just upgraded the project to work with the latest version of emgu and it should now work out the box without dependencies (emgu can be automatically installed by nuget).

I've raised a pull request, but in the meantime you can try it here: https://github.com/kmcnaught/face-detection-and-recognition

kmcnaught avatar Jun 10 '20 17:06 kmcnaught