mirror of https://github.com/RE-OWOD/RE-OWOD
|
||
---|---|---|
.. | ||
data | ||
layers | ||
modeling | ||
structures | ||
README.md | ||
__init__.py | ||
test_checkpoint.py | ||
test_config.py | ||
test_engine.py | ||
test_events.py | ||
test_export_caffe2.py | ||
test_model_analysis.py | ||
test_model_zoo.py | ||
test_packaging.py | ||
test_visualizer.py |
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.