transformers/examples/research_projects/visual_bert
Lysandre Debut eca77f4719
Updates the default branch from master to main (#16326)
* Updates the default branch from master to main

* Links from `master` to `main`

* Typo

* Update examples/flax/README.md

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
2022-03-23 03:46:59 -04:00
..
demo.ipynb Updates the default branch from master to main (#16326) 2022-03-23 03:46:59 -04:00
extracting_data.py Add VisualBERT demo notebook (#12263) 2021-08-11 10:10:59 -04:00
modeling_frcnn.py Upgrade black to version ~=22.0 (#15565) 2022-02-09 09:28:57 -05:00
processing_image.py Add VisualBERT demo notebook (#12263) 2021-08-11 10:10:59 -04:00
README.md Updates the default branch from master to main (#16326) 2022-03-23 03:46:59 -04:00
requirements.txt Bump notebook in /examples/research_projects/visual_bert (#15368) 2022-01-27 14:45:58 -05:00
utils.py Add VisualBERT demo notebook (#12263) 2021-08-11 10:10:59 -04:00
visualizing_image.py Add VisualBERT demo notebook (#12263) 2021-08-11 10:10:59 -04:00

VisualBERT Demo

This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present here.

  1. make a virtualenv: virtualenv venv and activate source venv/bin/activate
  2. install reqs: pip install -r ./requirements.txt
  3. usage is as shown in demo.ipynb