NoListen / mxnet-reinspect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mxnet-reinspect

MXNet version of Reinspect

Features

  • No training included
  • 35 fps for detection (Nvidia TITANX)
  • enlarge the bbox to the whole body by scales varying from scenes to scenes
  • ROI Pooling for bounding boxes to extract features

Additional Requirements

  • Transfer caffemodel to MXNet using caffe_converter in mxnet/tools.

Illustration

  • mxnet_track.py is the main file
  • config.json describes the hyperparameters
  • reinspect.json is the network architecture file
  • utils is similar to that in Reinspect with redundant files moved.
  • model-transfer specifies the needs to deal with the model learned in Reinspect

Process

  • mxnet model load googlenet params
  • mxnet model load lstm params (lstm.h5)
  • output the proposals
  • extract the features of bbox proposals

Note

TODO

  • add learning process to mxnet-reinspect.

About

License:GNU General Public License v3.0


Languages

Language:Python 86.8%Language:C++ 13.0%Language:Shell 0.2%