зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 21:16:06 +02:00
correct expected type to list
Этот коммит содержится в:
родитель
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.
|
||||||
|
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user