Basecore is a simple repo that provides deep learning frame for MegEngine.
TODO
pip install
pip3 install basecore
source code install
This way of installation is recommanded for developers. Use the follwing commands to install BaseDet by source code.git clone [email protected]:megvii-research/basecore.git
cd basecore
pip3 install -v -e .
TODO