Этот коммит содержится в:
Inga Ulusoy 2023-05-25 10:51:39 +02:00
родитель 3b1f5717d1
Коммит dac45272b5

Просмотреть файл

@ -153,7 +153,7 @@ class MultimodalSearch(AnalysisMethod):
raw_image = Image.open(filepath).convert("RGB") raw_image = Image.open(filepath).convert("RGB")
return raw_image return raw_image
def read_and_process_images(self, image_paths: str, vis_processor) -> tuple: def read_and_process_images(self, image_paths: list, vis_processor) -> tuple:
""" """
Read and process images with vis_processor. Read and process images with vis_processor.