Yolov5: I want to know the contents of runs/labels.png

Created on 12 Nov 2020  ·  3Comments  ·  Source: ultralytics/yolov5

❔Question

Additional context

Hi
I want to know the contents of runs/labels.png

What does width and height mean? And what does x and y mean?

question

Most helpful comment

There are 3 plots:

  • Top left: histogram of class dristribution.
  • Top right: heatmap of labels position. The center of each label is plotted as a point.
  • Bottom left: heatmap of labels dimension: The width and height of each label is plotted as a point.

Note that in YOLO labels values are in the range [0, 1].

All 3 comments

There are 3 plots:

  • Top left: histogram of class dristribution.
  • Top right: heatmap of labels position. The center of each label is plotted as a point.
  • Bottom left: heatmap of labels dimension: The width and height of each label is plotted as a point.

Note that in YOLO labels values are in the range [0, 1].

@glenn-jocher , @AndreaBrg Please, I also wanted to ask. Is the plot for the entire dataset (training+validation)?

labels.png plots your training set statistics.

Was this page helpful?
0 / 5 - 0 ratings