mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-30 17:52:35 +06:00
![]() * Black preview * Fixup too! * Fix check copies * Use the same version as the CI * Bump black |
||
---|---|---|
.. | ||
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