Update README.md

This commit is contained in:
Junnan Li
2022-01-28 08:08:42 +08:00
committed by GitHub
parent 200c4cd010
commit ea8e67d435

View File

@@ -1,6 +1,6 @@
## BLIP: Bootstrapping Language-Image Pre-training for Unified Vision-Language Understanding and Generation
<img src="img.png" width="600">
<img src="BLIP.gif" width="700">
This is the PyTorch implementation of the <a href="https://arxiv.org/abs/2107.07651">BLIP paper</a>. The code has been tested on PyTorch 1.9 and 1.10.
To install the dependencies, run <pre/>pip install -r requirements.txt</pre>