mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
![]() Bump certifi in /examples/research_projects/lxmert Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
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