Keyword argument `max_image_size` is not a valid argument
#17
by
yoohj0416
- opened
When I run video understanding code in https://github.com/rhymes-ai/Aria/blob/main/inference/notebooks/04_video_understanding.ipynb
There is a warning "Keyword argument max_image_size
is not a valid argument for this processor and will be ignored."
So, it occurs out of memory error.
I need to manually change max_iamge_size in the class AriaProcessorKwargs
But, still not process >=100 frames (when using AutoProcessor, I can do with 2*48GB GPUs)