Open bompus opened 11 years ago
I'm actually in the process of reviving it :) right now it's just a plugin system around emguCV the GUI is an example of how I call the detectors. I did have face detection and machine learning on detection working but had this nasty problem of a few false positives poisoning my data set:( the code is still there but the implementation is fractured. — Sent from Mailbox for iPhone
On Mon, Apr 22, 2013 at 12:45 PM, bompus notifications@github.com wrote:
I'm just wondering if this is abandoned or if you actually got it working as expected. I'm working on some projects in C# and would like to use the algorithm directly. Just let me know on the current progress of this project and maybe this post can help revive it and make it better :)
Reply to this email directly or view it on GitHub: https://github.com/genecyber/PredatorCV/issues/1
Awesome. I'm using Emgu as well, so this seems like a perfect fit. I'm not too familiar with Git yet, but I'll try to contribute once you get going on the revive -- I'm still trying to wrap my head around the whole thing, but this seems like a cool project and I'd love to help if I can.
So when you check it out there is a folder called predatorcv, there is a sln that contains a bunch of projects, build and run that. There is a GUI with some iPhone image, I was testing looking for buttons on a phone display, ignore that. There should be a drop down to select your image source (camera) and one to pick the detector type (faces, circles, etc) this should be a food starting point. — Sent from Mailbox for iPhone
On Mon, Apr 22, 2013 at 1:18 PM, bompus notifications@github.com wrote:
Awesome. I'm using Emgu as well, so this seems like a perfect fit. I'm not too familiar with Git yet, but I'll try to contribute once you get going on the revive -- I'm still trying to wrap my head around the whole thing, but this seems like a cool project and I'd love to help if I can.
Reply to this email directly or view it on GitHub: https://github.com/genecyber/PredatorCV/issues/1#issuecomment-16802983
Hi, very cool idea thanks !
I'm already using Emgu CV for simple face detection and looking for TLD / Predator implementation for C#
Is this project still "reviving" ? I'm not very good at building C# I'll try to test it.
Is there other known implementation for Emgu CV ?
I'm just wondering if this is abandoned or if you actually got it working as expected. I'm working on some projects in C# and would like to use the algorithm directly. Just let me know on the current progress of this project and maybe this post can help revive it and make it better :)