Add support for arbitrary sub labels in reviews (#10990)

* store arbitrary sub labels

* Include sub labels in tooltip

* Update tooltips on filmstrip

* Fix item display

* Fix bug with creating review segment
This commit is contained in:
Nicolas Mowen
2024-04-16 14:56:28 -06:00
committed by GitHub
parent 9be5951076
commit ff823b87c8
4 changed files with 38 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ export type ReviewData = {
audio: string[];
detections: string[];
objects: string[];
sub_labels?: string[];
significant_motion_areas: number[];
zones: string[];
};