mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-05 05:40:05 +06:00
![]() * Fix doc errors and typos across the board * Fix a typo * Fix the CI * Fix more typos * Fix CI * More fixes * Fix CI * More fixes * More fixes |
||
---|---|---|
.. | ||
demo.ipynb | ||
extracting_data.py | ||
modeling_frcnn.py | ||
processing_image.py | ||
README.md | ||
requirements.txt | ||
utils.py | ||
visualizing_image.py |
LXMERT DEMO
- make a virtualenv:
virtualenv venv
and activatesource venv/bin/activate
- install reqs:
pip install -r ./requirements.txt
- usage is as shown in demo.ipynb