3LC Dashboard Version 2.8¶

2.8.1¶

Features¶

  • [17378] Made it possible to create user-defined workflow from a pinned property widget

    ../../_images/UserDefinedWorkflowFromPinnedProperty.png
  • [17447] Added support for search in Workflows window

    ../../_images/WorkflowSearch.png
  • [16899] Made confusion matrix for BBs workflow create two tabs - one showing prediction-to-ground-truth and another showing ground-truth-to-prediction

    ../../_images/ConfusionMatrixForBBs.png

Enhancements and Fixes¶

  • [17366] Allow more levels of PickProperty chaining (from max 2 to 5)

  • [17367] Fix NMS workflow not showing steps 3 and 4

  • [17376] Fixed regression to restore auto-scroll when arrow left/right navigates array elements

  • [17380] Fixed an issue where elements were not filtered properly in the table view when there are multiple runs in a session

  • [17381] Don’t filter embedding travel distance on selected

  • [17391] Show tooltips for truncated string property cells

  • [17393] Fixed regression to restore auto snap-to-contents on row change

  • [17407] Restrict Grid view to image/bbox columns when present, so that there is net excessive text covering images

  • [13460] Show full-height filter histogram on hover

    ../../_images/FullHeightHistogramOnHover.png
  • [17418] Improved readability of selected filter and overlay column names

  • [16165] Fixed a bug where connecting lines in scatter plots were not properly shown

  • [17454] Use more saturated colors by default


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