"tools/vscode:/vscode.git/clone" did not exist on "6a331a5b13488bee804bcc8a92203dd47e17f6f3"
README.md 387 Bytes
Newer Older
1
2
# VisualBERT Demo

3
This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present [here](https://github.com/huggingface/transformers/blob/main/examples/research_projects/lxmert/demo.ipynb).
4
5
6
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