VideoBLIP icon indicating copy to clipboard operation
VideoBLIP copied to clipboard

Supercharged BLIP-2 that can handle videos

Results 2 VideoBLIP issues
Sort by recently updated
recently updated
newest added

Hi, the demo/app.py is being run in RAM memory not GPU memory even after changing the code to `parser.add_argument("--device", default="cuda")`

I got this error while I am trying to execute the demo in Colab. `Traceback (most recent call last): File "/content/VideoBLIP/demo/app.py", line 11, in from video_blip.model import VideoBlipForConditionalGeneration, process ModuleNotFoundError:...