Skip to content

Commit

Permalink
Fix: annotator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Oct 24, 2024
1 parent 04e91fd commit ff771ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core_tests/unittests/test_annotators.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from PIL import Image

from datadreamer.dataset_annotation.clip_annotator import CLIPAnnotator
from datadreamer.dataset_annotation.fastsam_annotator import SlimSAMAnnotator
from datadreamer.dataset_annotation.owlv2_annotator import OWLv2Annotator
from datadreamer.dataset_annotation.slimsam_annotator import SlimSAMAnnotator

# Get the total disk space in GB
total_disk_space = psutil.disk_usage("/").total / (1024**3)
Expand Down

0 comments on commit ff771ad

Please sign in to comment.