-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Describe the bug
When downloading from DIVE, checking 'export checked types only' excludes the predictions of unchecked types from the downloaded CSV, i.e., it removes that prediction type from being listed in the columns '10-11+: Repeated Species'/'Confidence Pairs or Attributes'. However, it does not exclude a row (i.e., a prediction) if the remaining prediction types are below the provided Confidence Threshold, for either the global/base confidence threshold or individual type thresholds.
To Reproduce
Steps to reproduce the behavior:
In the public folder https://viame.kitware.com/#/viewer/647e2ce38cab4af0a12656e6:
- set confidence threshold to '0.86', and select only tracks 'surf' and 'water_open'
- check 'exclude tracks below confidence threshold' and 'export checked types only'
- download 'VIAME CSV' (attachment test-images-open+surf-0.86.csv)
- uncheck 'surf', and download 'VIAME CSV' (attachment test-images-open-0.86)
Related data
https://viame.kitware.com/#/viewer/647e2ce38cab4af0a12656e6
Expected behavior
Given the steps described above, predictions without a prediction for a checked type above the given confidence threshold(s) would be excluded from the downloaded CSV file, matching the behavior in DIVE where these predictions are not shown in the viewer.