levihsu's picture
Upload 624 files
5a486d6 verified
|
raw
history blame
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](../dev).