From 733edb756f43747ad5c50e40432cce11e540dc2c Mon Sep 17 00:00:00 2001 From: "fatih c. akyon" <34196005+fcakyon@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:01:28 +0200 Subject: [PATCH] fix nltk error @amauri996 --- 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 90698ab6c..43f1c09ac 100644 --- a/tests/test_mmdetectionmodel.py +++ b/tests/test_mmdetectionmodel.py @@ -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()