Skip to content

Commit

Permalink
refactor: remove tags from detections
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Nov 12, 2024
1 parent e823122 commit 59ee8e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions learning_loop_node/data_classes/detections.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ class Detections():
'description': 'List of segmentation detections'})
classification_detections: List[ClassificationDetection] = field(default_factory=list, metadata={
'description': 'List of classification detections'})
tags: List[str] = field(default_factory=list, metadata={
'description': 'List of tags'})

image_id: Optional[str] = field(default=None, metadata={
'description': 'Image uuid'})
Expand Down

0 comments on commit 59ee8e7

Please sign in to comment.