ClipCap icon indicating copy to clipboard operation
ClipCap copied to clipboard

Using pretrained encoder and language models to generate captions from multimedia inputs.

Results 5 ClipCap issues
Sort by recently updated
recently updated
newest added

Install with pip install ClipClap use with ```python import clipclap model = clipclap.load_pretrained() text = clipclap.generate(PIL.open("https://some/img")) text = clipclap.generate(my_clip_embedding) ``` (this is an example, please tune the API as you...

to begin with, train on coco, and have `clipcap.load_pretrained("coco_global_vit_b_32")`

hello,thx for your codes,can you share the packages version and the pretrained model,thx

Hello, I love your work, really impressive stuff! I'm working on something similar and was wondering if you might have a pretrained model I could play around with for some...