WatershedArts / Footfall

Application that allows you to monitor the traffic in and out of your building, using the RPi Camera and openFrameworks
Other
332 stars 131 forks source link

Out Count always larger than In Count #30

Closed DieterLi closed 8 years ago

DieterLi commented 8 years ago

I've tested with 2 versions, RPi2 and ThreadedFootfall. Both of these versions gave me a great tally gap:

The Out Count is far larger than the In Count. I've changed the settings on blob size, because the tested cam is hanging lower than general standard, about 2.1m.

How to adjust to get the tally gap close to zero.

Thanks in advance.

DHaylock commented 8 years ago

Hi @DieterLi,

I'm currently working on a solution. Need to look at improving the tracking system. However, there is always a risk that their will be false positives.

DieterLi commented 8 years ago

Hi @DHaylock,

It's a great application for footfall counting. And in reality, it's hardly possible to get the tally, zero. But the problem I was confronted with, is the tally is too huge.

For instance, a variance between 5% - 15% to zero, in tally, is fairly acceptable, event it's always a negative number.

I'm still trying to adjust all the configuration parameters in order to achieve the goal. And wish you succeed on the improvement of next round.

Great work!