mirror of https://github.com/FoundationVision/GLEE
|
||
---|---|---|
.. | ||
config | ||
data | ||
layers | ||
modeling | ||
structures | ||
tracking | ||
README.md | ||
__init__.py | ||
test_checkpoint.py | ||
test_engine.py | ||
test_events.py | ||
test_export_caffe2.py | ||
test_export_torchscript.py | ||
test_model_analysis.py | ||
test_model_zoo.py | ||
test_packaging.py | ||
test_registry.py | ||
test_scheduler.py | ||
test_solver.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.