e05baad861
Bump requests in /examples/research_projects/visual_bert Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
README.md | ||
demo.ipynb | ||
extracting_data.py | ||
modeling_frcnn.py | ||
processing_image.py | ||
requirements.txt | ||
utils.py | ||
visualizing_image.py |
README.md
VisualBERT Demo
This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present here.
- make a virtualenv:
virtualenv venv
and activatesource venv/bin/activate
- install reqs:
pip install -r ./requirements.txt
- usage is as shown in demo.ipynb