diff --git a/tests/st/test_cls/test_cls.py b/tests/st/test_cls.py similarity index 93% rename from tests/st/test_cls/test_cls.py rename to tests/st/test_cls.py index f3098bcb2..4d289b767 100644 --- a/tests/st/test_cls/test_cls.py +++ b/tests/st/test_cls.py @@ -8,7 +8,10 @@ $ python tools/infer/text/test_cls.py --image_dir {path_to_img} --cls_algorithm MV3 In the example above, image_dir can be either the file directory of images set or the address of a single image file + +Test image files address see: https://github.com/zhangjunlongtech/Material/tree/main/CLS/test_for_cls """ + import logging import os import sys diff --git a/tests/st/test_cls/img_for_cls/example_img01_for_cls.png b/tests/st/test_cls/img_for_cls/example_img01_for_cls.png deleted file mode 100644 index 74faa84b3..000000000 Binary files a/tests/st/test_cls/img_for_cls/example_img01_for_cls.png and /dev/null differ diff --git a/tests/st/test_cls/img_for_cls/example_img02_for_cls.png b/tests/st/test_cls/img_for_cls/example_img02_for_cls.png deleted file mode 100644 index 982e36a40..000000000 Binary files a/tests/st/test_cls/img_for_cls/example_img02_for_cls.png and /dev/null differ diff --git a/tests/st/test_cls/img_for_e2e/example_img03_for_e2e.png b/tests/st/test_cls/img_for_e2e/example_img03_for_e2e.png deleted file mode 100644 index 802473526..000000000 Binary files a/tests/st/test_cls/img_for_e2e/example_img03_for_e2e.png and /dev/null differ diff --git a/tests/st/test_cls/img_for_e2e/example_img04_for_e2e.png b/tests/st/test_cls/img_for_e2e/example_img04_for_e2e.png deleted file mode 100644 index adeafd25e..000000000 Binary files a/tests/st/test_cls/img_for_e2e/example_img04_for_e2e.png and /dev/null differ