Skip to content

Jackle1996/Signal_Data

Repository files navigation

Signal_Data

Intro

Content of this repo:

  • Data set of 1'840 images which contain one or more signals
  • OpenLabeling Software to label the images OpenLabeling
  • test statistic files per 5000 iterations
  • notebook which creates train/test split
  • notebook which creates graphs bases on test statistic

Install Packages

pip install -r requirements.txt

Classes

available classes

YOLOv3

used Yolov3 Tiny config

Statistic

True Positive = Signals which got predicted right. Example: we have a 6, we predict a 6 which is true

False Positive = Signals which got predicted wrong. Example: we have a 6, but we predict a 4 which is wrong

False Negative = Signals which weren't detected at all

Summary

Most important graph! summary

The quite large amount of false positives comes from double predictions on single signals:

Example: We have a signal info-6, we predict ...

probability class
80 % info-6
50 % info-9

In this example, it is clear that 6 is the correct answer. The second answer (50% info-9) has a high enough probability, so it adds to the false positives.

Start signal

start

White/Black info signals

info signals are the higher ones white-info-1 white-info-2 white-info-3 white-info-4 white-info-5 white-info-6 white-info-7 white-info-8 white-info-9 black-info-1 black-info-2 black-info-3 black-info-4 black-info-5 black-info-6 black-info-7 black-info-8 black-info-9

White/Black stop signals

stop signals are the lower ones white-stop-1 white-stop-2 white-stop-3 white-stop-4 white-stop-5 white-stop-6 white-stop-7 white-stop-8 white-stop-9 black-stop-1 black-stop-2 black-stop-3 black-stop-4 black-stop-5 black-stop-6 black-stop-7 black-stop-8 black-stop-9

About

Image Dataset of signals which contain numbers from 1 to 9

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published