Skip to content

Commit

Permalink
refactor: replace annotate() with annotate_batch()
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Feb 22, 2024
1 parent 7531227 commit bf990a7
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 63 deletions.
2 changes: 1 addition & 1 deletion datadreamer/dataset_annotation/image_annotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BaseAnnotator(ABC):
which can be overridden by subclasses for specific tasks.
Methods:
annotate(): Abstract method to be implemented by subclasses. It should contain
annotate_batch(): Abstract method to be implemented by subclasses. It should contain
the logic for performing annotation based on the task definition.
"""

Expand Down
Loading

0 comments on commit bf990a7

Please sign in to comment.