Skip to content

Commit

Permalink
fix nltk error
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Aug 27, 2024
1 parent d8b8e2f commit 733edb7
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 @@ -250,7 +250,7 @@ def test_perform_inference_with_text_prompt(self):

from sahi.models.mmdet import MmdetDetectionModel

nltk.download("punkt")
nltk.download("punkt_tab")
nltk.download("averaged_perceptron_tagger")
# init model
download_mmdet_GLIP_tiny_model()
Expand Down

0 comments on commit 733edb7

Please sign in to comment.