Skip to content

ximitiejiang/m2det_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M2det_pytorch

re-implementation M2Det in pytorch based on official M2Det codes here, currently it only support 512x512 training like origianl repo.

Features

  • SSD algorithm is base on simple_ssd_pytorch which is extracted from mmdetection.
  • pretrained vgg16 model weight was from caffe on here, so some slightly difference on backbone vgg16 model & mean/std setting as well.
  • support single-GPU/multi-GPU training
  • compatiable to mmdetection framework, the MLFPN module can be integrate to mmdetection lib. but for some reason, the interface was little different, little change may needed.
  • from author's paper, it takes 6days for training with VGG16/512x512 on 4 Titan X, 3days for VGG16/320x320 on 4 Titan X.

Todo

  • compare performance with original implementation
  • support 320x320 input size
  • support eval on voc
  • support distributed training

About

re-implementation M2Det in pytorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages