question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple detection - different speed

See original GitHub issue

Hello Claude, I have a strange problem, some vehicles are measured twice, at different measuring points as it seems. Unfortunately, the speeds differ again and again and I do not know exactly what I can still check. Maybe a setting in the motion or open cv settings?

SPEED_MPH = False  
track_counter = 10
MIN_AREA = 150
show_out_range = True
x_diff_max = 30   
x_diff_min = 1  
x_buf_adjust = 10
track_timeout = 0.0  
event_timeout = 0.3
max_speed_over = 0 

BLUR_SIZE = 10
THRESHOLD_SENSITIVITY = 20    

43-speed-20200503-1800403 182-speed-20200503-1800408

If you need more details, let me know - its reproducible.

I use a Raspberry Pi 3 Model B Rev 1.2

Thank you in advance Andreas

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pageauccommented, Aug 26, 2020

Should not be picking up grass moving since it uses motion tracking but is possible depending on the motion sequence. In config.py there is a Motion Setting MIN_AREA = 100 This is 100 square pixels so quite a small area. You can increase this but not too big since it may prevent tracking of some objects. Do some trial and error to get a setting that works best.

On Tue, Aug 25, 2020 at 5:19 PM andrewm659 notifications@github.com wrote:

So I am still waiting to see how this goes. We aren’t getting a lot of vehicle traffic. But it is constantly picking up the tall grass blowing in the wind. Is there a way to make it only look for larger objects? Or would that take some more development?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pageauc/speed-camera/issues/55#issuecomment-680275236, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNPKZHHQAV6HTKPKIESFALSCQTETANCNFSM4MY72H3A .

– See my YouTube Channel at http://www.youtube.com/user/pageaucp

0reactions
andrewm659commented, Aug 26, 2020

Trying your recommendations.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Single-Shot vs Two-Shot Detection Meta-Architecture - ClearML
While two-shot detection models achieve better performance, single-shot detection is in the sweet spot of performance and speed/resources. In ...
Read more >
Object detection: speed and accuracy comparison (Faster R ...
It is very hard to have a fair comparison among different object detectors. There is no straight answer on which model is the...
Read more >
Speed comparison with other methods. The detection ...
Speed comparison with other methods. The detection accuracy of different methods measured in mAP is depicted on y-axis. x-coordinate is their speed, in...
Read more >
A novel real-time multiple objects detection and tracking ...
This algorithm is characterized by the detection of multiple moving creatures, limited resources, and different challenges.
Read more >
Multi-scale object detection for high-speed railway clearance ...
In addition, a variable focus multi-scale augmentation (VFMS) method is proposed for multi-scale object detection, which takes detection results ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found