English | 中文
BaseDet is a fast and easy-to-use detection toolbox. Learn more at our documentation.
- This repo is powered by the MegEngine deep learning framework.
- It provides serveral classic SOTA models and related components, which could be used as basic libraray.
See INSTALL.md.
-
Make sure that BaseDet is installed in a right way.
You could run the following command to check.
python3 -c "import basedet; print(basedet.__version__)"
-
Prepare dataset
-
Train model
BaseDet provides a simple command
basedet_train
to train model. Just simply run the follwing command to train network (config is used to describe the training process).basedet_train -f config.py
-
Test model
Like training, simply use the fellowing command.
basedet_test -f config.py
We provide a large set of baseline results and trained models available for download in the Model Zoo.
BaseDet is released under the Apache 2.0 license.