OWOD/tests
Joseph 73d7a85f88 Detectron2 2020-09-29 05:47:18 +05:30
..
data Detectron2 2020-09-29 05:47:18 +05:30
layers Detectron2 2020-09-29 05:47:18 +05:30
modeling Detectron2 2020-09-29 05:47:18 +05:30
structures Detectron2 2020-09-29 05:47:18 +05:30
README.md Detectron2 2020-09-29 05:47:18 +05:30
__init__.py Detectron2 2020-09-29 05:47:18 +05:30
test_checkpoint.py Detectron2 2020-09-29 05:47:18 +05:30
test_config.py Detectron2 2020-09-29 05:47:18 +05:30
test_engine.py Detectron2 2020-09-29 05:47:18 +05:30
test_events.py Detectron2 2020-09-29 05:47:18 +05:30
test_export_caffe2.py Detectron2 2020-09-29 05:47:18 +05:30
test_model_analysis.py Detectron2 2020-09-29 05:47:18 +05:30
test_model_zoo.py Detectron2 2020-09-29 05:47:18 +05:30
test_packaging.py Detectron2 2020-09-29 05:47:18 +05:30
test_visualizer.py Detectron2 2020-09-29 05:47:18 +05:30

README.md

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.