From d67bcb434778b19f5e0468ad90950e8ace8ad345 Mon Sep 17 00:00:00 2001 From: "fatih c. akyon" <34196005+fcakyon@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:13:12 +0300 Subject: [PATCH] Update tests/test_mmdetectionmodel.py --- tests/test_mmdetectionmodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mmdetectionmodel.py b/tests/test_mmdetectionmodel.py index 43f1c09ac..a262128ec 100644 --- a/tests/test_mmdetectionmodel.py +++ b/tests/test_mmdetectionmodel.py @@ -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()