Skip to content

Commit

Permalink
Update tests/test_mmdetectionmodel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Nov 22, 2024
1 parent 1e0f25e commit d67bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mmdetectionmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_perform_inference_with_text_prompt(self):
from sahi.models.mmdet import MmdetDetectionModel

nltk.download("punkt_tab")
nltk.download("averaged_perceptron_tagger")
nltk.download("averaged_perceptron_tagger_eng")
# init model
download_mmdet_GLIP_tiny_model()

Expand Down

0 comments on commit d67bcb4

Please sign in to comment.