Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to estimate the accuracy of an outcome based on the last 10 outcomes?

1 Ansicht (letzte 30 Tage)
Canberk Suat Gurel
Canberk Suat Gurel am 25 Feb. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I am working on a visual lane detection system which is required to predict the direction of the road. Possible outcomes are l, s, and r (left, straight, and right). Say the last 10 outcomes are given by
outcomes = [l, l, l, l, s, s, s, l, l, s];
and the lane detection code generates a new outcome as s. How can I check the accuracy of the new outcome based on my last 10 outcomes by given a greater weight to the latest outcomes?
Note: I am using a threshold value (the difference between the slopes of left and right lanes) which I manually tuned to distinguish between l, s, and r. Although, this approach generally works fine, it also causes a fluctuation between two successive states ( l, s, and r) during transitions. I am trying to eliminate this issue by employing a probabilistic approach.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by