RE-OWOD/tests/README.md

10 lines
193 B
Markdown
Raw Permalink Normal View History

2022-01-05 14:35:20 +08:00
## 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](../dev).