multimodal / transformers /utils /test_module /custom_image_processing.py
Li
add transformers
455a40f
raw
history blame
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass