GithubHelp home page GithubHelp logo

Comments (11)

liuliu avatar liuliu commented on August 26, 2024

I am training it :)

from ccv.

bompus avatar bompus commented on August 26, 2024

You mentioned in another comment that BBF will soon be replaced with ICF. Do you have any comparisons on the accuracy between the two? I'm looking at hooking into libccv with C# to use the functions and was going to go forward with BBF, but might wait if ICF will be available soon. Let me know - Thank you!

from ccv.

liuliu avatar liuliu commented on August 26, 2024

it won't be that fast to come out. The first icf model will be plain old pedestrian, and then I need to implement multi-view support for icf, and after that, multi-view face detector.

from ccv.

bompus avatar bompus commented on August 26, 2024

Ok. I'm working on my own face recognition system but first need to accurately pick as many heads / faces from a photo of a crowd as possible. I'll work with your BBF examples for now and we'll see where ICF takes us and maybe I can even combine the two unless ICF is always going to be better than BBF or Haar. What do you think now that you've been working with it?

from ccv.

liuliu avatar liuliu commented on August 26, 2024

No, I haven't finished it yet. my early test shows 60.78% (64) on INRIAPerson test set, which is worse than DPM implementation. Based on the original paper, I should expect it to be somewhere around 75% at that false positives (when FPPI is around 0.25). There are few differences contribute to the inferior result: I suspect because I use gray image is the main one.

from ccv.

james-zhangyk avatar james-zhangyk commented on August 26, 2024

Have you get good results for pedestrian detection?

from ccv.

liuliu avatar liuliu commented on August 26, 2024

Not yet, but after a talk with Rodrigo, I have pretty good handle on what's going wrong with my training now.

Sent from my iPad

On Jun 28, 2013, at 8:02 AM, james [email protected] wrote:

Have you get good results for pedestrian detection?


Reply to this email directly or view it on GitHub.

from ccv.

liuliu avatar liuliu commented on August 26, 2024

As of now, I trained a single classifier of ICF with 70% recall and 61 false alarms, which should be on par with what they reported in original paper. Training the multi-scale classifiers now.

from ccv.

james-zhangyk avatar james-zhangyk commented on August 26, 2024

great! thanks for your work.

from ccv.

james-zhangyk avatar james-zhangyk commented on August 26, 2024

just test it. It works. But the detection speed seems very slow.

from ccv.

liuliu avatar liuliu commented on August 26, 2024

you can tweak step_through parameter. This is about 3 times faster than DPM one, on par or slower than HOG one. It should be as fast as the original paper, but fail short on the follow up one (Seeking the Strongest Rigid Detector one, which uses both GPU and multiple classifiers). By using multiple classifiers, I can get about ~50% performance gain (~150% faster).

from ccv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.