Inference Endpoints
GRiT / detectron2 /tests /README.md
Vishakaraj's picture
Upload 1797 files
a567fa4

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.