This commit is contained in:
Sergey Krashevich 2023-07-06 18:13:40 +03:00
parent 2d00bd4b26
commit a1c49183dd
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -5,10 +5,10 @@ import logging
from abc import ABC, abstractmethod
from multiprocessing import shared_memory
from typing import AnyStr, Optional
from PIL import Image
import cv2
import numpy as np
from PIL import Image
logger = logging.getLogger(__name__)