VitEncoder Objects
__init__
**data(dict): Additional keyword arguments for the encoder.
__call__
imgs(List[Any]): The images to encode.batch_size(int): The batch size for encoding.
List[List[float]]: The embeddings for the images.**data (dict): Additional keyword arguments for the encoder.imgs (List[Any]): The images to encode.batch_size (int): The batch size for encoding.List[List[float]]: The embeddings for the images.