3LC Dashboard Version 2.8

2.8.0

Features

  • [17033] Implemented visual re-design

    • Calmer, more focused interface: Softer colors, subtler selections let users keep their attention on the data

    • Familiar, spreadsheet-style interactions: Tables, filters, and navigation follow conventions users already know, so common tasks feel more intuitive

    • One coherent visual language: Panels, toolbars, and controls share the same styling

    • Removed and reorganized many items, resulting in increased viewport real estate

    ../../_images/NewDesignBefore.png

    Before

    ../../_images/NewDesignAfter.png

    After

  • [16851] Made it possible to show and configure filters inside charts

    ../../_images/FiltersInCharts.png
  • [17056] Made it possible to resize columns in Rows panel

  • [17219] Added prediction status column for tracking whether each prediction has been accepted or rejected, along with a new setting for whether to automatically create it whenever a prediction is accepted or rejected (default false to preserve existing behavior)

Enhancements and Fixes

  • [16867] Fixed regression where the axis widgets in Chart toolbars weren’t consistently clickable or available drag targets (due to the partial selection info widget floating on top)

  • Added ‘x’ button to Layer components to allow for hiding overlay widgets in charts

  • [16883] Made improvements to element deselection behavior

    • When a text/number input field has input focus, Esc only blurs the widget, and does not deselect anything

    • When one or more array elements are selected (e.g. a bounding box), Esc only deselects these array elements, not the containing table row(s) themselves

    • When one or more table rows are selected, Esc only deselects the table rows, not the selected windows/columns

    • Only when none of the above applies will Esc cause windows/columns to be deselected

  • Updated array element keyboard navigation so that Left/Right no longer navigates to previous/next array element (that functionality is already covered by the Up/Down keys). Instead, they always navigate previous/next column (as they already do when no array elements are selected).

  • [16886] Handle the case when the dashboard encounters settings from a newer version than the one currently running (i.e. after downgrading to an older version)

  • [9385] Added URL detection and highlight in log message strings

    ../../_images/UrlDetectionAndHighlightInLogs.png
  • [16876] Made Confidence configurable for TP/FP/FN

  • [15373] Support “Label policy” for IOU operation

  • Fixed a bug where it wasn’t possible to drag from the axis widgets within the chart

  • [16927] Fixed an issue where the editing label overlay layer was not responsive in some cases

  • [16937] Set the default confidence threshold to 0.25 instead of 0.5

  • [16963] Made it so Ctrl+LeftClick unselects a BB in a chart

  • [16974] Fixed a regression in F1/Precision/Recall per class workflows

  • [16970] Fixed a couple of checks to avoid null references and crashes

  • [16997] Fixed a bug where chart state was not cleared when navigating to a new table

  • [16994] Addressed a bug where new Runs were not loaded in some cases

  • [16991] Show number from color overlay on histograms in 2D charts

    ../../_images/ShowNumberFromColorOverlay2DHistograms2.png
  • [15189] Modified keyboard shortcuts to work better with Mac (avoid those used by system, prefer Shift to Ctrl)

  • [17125] Fixed an issue where lasso select of ground truth bounding boxes did not behave like picking one by one

  • [17199] Auto-scroll columns into view when selected or referenced by workflow annotations

  • [17221] When changing labels for multiple BBs at once, do not also change other properties

  • [17323] Fixed array element (e.g. BB) title bar < > buttons to navigate BBs instead of samples, fall back to row navigation when no element selected

  • [17324] Fixed a bug where pose/keypoints did not display their label properly when there was a single enum value

  • [17072] Fixed a crash when loading tables whose struct/annotation columns contain int64 fields

  • [17016] Skip low-confidence predictions in Unmatched (FP) operation. Predictions below the effective confidence threshold are no longer flagged as False Positives.

  • [17214] Added tooltip and double-click clear to filter-status dot

    ../../_images/FilterStatusDot.png