GithubHelp home page GithubHelp logo

Dealing with false detections about human HOT 3 CLOSED

kunzel avatar kunzel commented on August 27, 2024
Dealing with false detections

from human.

Comments (3)

kunzel avatar kunzel commented on August 27, 2024

If the human pose does not change within a certain amount of time, give up on this human target and go back to wandering or wait-for-person.

Parameters:

  • distance to previous pose, e.g., 0.05 meter
  • time, e.g. 30 seconds

If the human pose does not change more than 0.05 meter withing 30 seconds, give up on target.

from human.

netfox001 avatar netfox001 commented on August 27, 2024

I implement this detector on the state machine. However, when he found the false detection, he will abort the following state and go into the local-searching. And there is a big possibility that he will found it again...and it may be a loop that never ends

from human.

kunzel avatar kunzel commented on August 27, 2024

Maybe you could introduce a new output value of the state (e.g. false-detection). This state output could directly be linked to wandering?

from human.

Related Issues (9)

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.