LAVIS icon indicating copy to clipboard operation
LAVIS copied to clipboard

LAVIS - A One-stop Library for Language-Vision Intelligence

Results 282 LAVIS issues
Sort by recently updated
recently updated
newest added

Thanks for the great work! The BLIP-2 paper mentions that the model is pre-trained on a combination of dataset, including COCO, Visual Genome, CC, SBU and LAION. Looking at the...

### Problem Description: Upon attempting to install the salesforce-lavis package, an error occurs due to conflicting dependencies between versions 1.0.0 and 1.0.2. This issue prevents successful installation of the package....

I'm running into troubles trying to add this package as requirement using poetry, since some of other packages in my lib require higher versions of timm. I tested that your...

cla:signed

I hope I can reproduce the instruction blip?Many details are not disclosed, such as data set configuration, task configuration, etc.

Therefore, RTX 3090 users can run the 13B version

I'm trying to pip install lavis, but keeps getting this: ``` ERROR: Cannot install salesforce-lavis==1.0.0 and salesforce-lavis==1.0.2 because these package versions have conflicting dependencies. The conflict is caused by: salesforce-lavis...

hello, how can i get the datasets used in InstructBLIP?

How can i use BLIP ITM on text and image to predict confidence score? Any resource or notebook can you share? Is it possible to use lavis?

Hey BLIP-2 team, Thanks for your great work! I've been trying to reproduce the BLIP2 COCO ITM fine-tuning using the resources in your repo: 1. [train.py](https://github.com/salesforce/LAVIS/blob/main/train.py) 2. [blip_image_text_matching.ipynb](https://github.com/salesforce/LAVIS/blob/main/examples/blip_image_text_matching.ipynb) 3. [train_caption_coco.sh](https://github.com/salesforce/LAVIS/blob/main/run_scripts/blip2/train/train_caption_coco.sh)...