* Use the CI to identify failing tests * Remove from all examples and tests * More default switch * Fixes * More test fixes * More fixes * Last fixes hopefully * Use the CI to identify failing tests * Remove from all examples and tests * More default switch * Fixes * More test fixes * More fixes * Last fixes hopefully * Run on the real suite * Fix slow tests |
||
---|---|---|
.. | ||
README.md | ||
demo.ipynb | ||
extracting_data.py | ||
modeling_frcnn.py | ||
processing_image.py | ||
requirements.txt | ||
utils.py | ||
visualizing_image.py |
README.md
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