This repository contains code for a object detector M2Det based on M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network implemented in Chainer.
- Python 3.6
- Chainer 5.3
- ChainerCV 0.12
You can train the model with the following code:
python train.py [--model ssd300|ssd512|m2det300|m2det320|m2det512] [--batchsize <batchsize>] [--gpu <gpu>]
Coming soon...