voxelgpt icon indicating copy to clipboard operation
voxelgpt copied to clipboard

Filtering nested fields

Open ehofesmann opened this issue 1 year ago • 0 comments

There are a number of issues that arise when filtering on Label attributes. Specifically around when to use the notation for nested lists of fields like detections vs when to filter on flat fields like classifications or primitives.

For example:

  • filter_labels("ground_truth", F("detections.label") == "class")
  • match(F("eval") == "tp") for a detections evaluation

ehofesmann avatar May 14 '23 22:05 ehofesmann