Arulkumar03's picture
Upload 1389 files
fcd8cdd
|
Raw
History Blame Contribute Delete
193 Bytes

A newer version of the Streamlit SDK is available: 1.61.1

Upgrade

Unit Tests

To run the unittests, do:

cd detectron2
python -m unittest discover -v -s ./tests

There are also end-to-end inference & training tests, in dev/run_*_tests.sh.