Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setLearningTime() in RunningBackground.cpp #225

Open
stephanschulz opened this issue Oct 5, 2017 · 0 comments
Open

setLearningTime() in RunningBackground.cpp #225

stephanschulz opened this issue Oct 5, 2017 · 0 comments

Comments

@stephanschulz
Copy link

stephanschulz commented Oct 5, 2017

I was hoping someone could shine some light on setLearningTime()

  • i taking an initial background reference

  • the threshold image is all black (that's good)

  • then people enter the room and cause white blobs in the threshold image (that's good)

  • if they stay there too long and walk out they leave white white blobs behind (makes sense because they became part of the background and now create a new disturbance)

  • BUT this new white blob takes much longer to disappear. longer than it took to learn it in the first place.

  • if a person was present for 15 min and became part of the background, it should also only take a maximum of 15 min for the left-behind white blob to disappear. right?

  • In an attempt to temporally disable learning i set the learning time to 5000x30. But still it learns in less than 5000x30 = 150,000 seconds. (but un-learning take longer. not sure how long)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant