Skip to content

4uiiurz1/chainer-m2det

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chainer implementation of M2Det

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.

Requirements

  • Python 3.6
  • Chainer 5.3
  • ChainerCV 0.12

Training

You can train the model with the following code:

python train.py [--model ssd300|ssd512|m2det300|m2det320|m2det512] [--batchsize <batchsize>] [--gpu <gpu>]

Results

Coming soon...

About

Chainer implementation of M2Det.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages