Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 193 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 193 Bytes

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.