[Object Detection] Gluoncv SSD support on CPU (#2353)
authorYao Wang <kevinthesunwy@gmail.com>
Mon, 11 Mar 2019 18:41:46 +0000 (11:41 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Mon, 11 Mar 2019 18:41:46 +0000 (11:41 -0700)
commitd2f29ba558069326830ba0215eff5758a29204f7
treeba0fade3cd3cb97def3ef38c0eb8483a49bf877d
parentf7eff0950337930370e654dc3630bdd4a875f99d
[Object Detection] Gluoncv SSD support on CPU (#2353)
30 files changed:
include/tvm/relay/attrs/vision.h
nnvm/include/nnvm/top/nn.h
nnvm/python/nnvm/frontend/mxnet.py
nnvm/python/nnvm/top/vision.py
nnvm/src/top/vision/nms.cc
nnvm/tests/python/compiler/test_top_level4.py
nnvm/tests/python/frontend/mxnet/test_forward.py
python/tvm/relay/frontend/mxnet.py
python/tvm/relay/op/transform.py
python/tvm/relay/op/vision/__init__.py
python/tvm/relay/op/vision/_vision.py [moved from python/tvm/relay/op/vision/_multibox.py with 62% similarity]
python/tvm/relay/op/vision/nms.py
src/relay/op/tensor/transform.cc
src/relay/op/vision/multibox_op.cc
src/relay/op/vision/nms.cc
tests/python/frontend/mxnet/test_forward.py
tests/python/relay/test_op_level10.py
tests/python/relay/test_op_level5.py
topi/include/topi/nn/l2_normalize.h
topi/python/topi/cuda/nms.py
topi/python/topi/cuda/ssd/multibox.py
topi/python/topi/cuda/vision.py
topi/python/topi/generic/vision.py
topi/python/topi/testing/__init__.py
topi/python/topi/testing/slice_axis_python.py [new file with mode: 0644]
topi/python/topi/vision/nms.py
topi/python/topi/vision/ssd/multibox.py
topi/tests/python/test_topi_vision.py
tutorials/frontend/deploy_ssd_gluoncv.py [new file with mode: 0644]
tutorials/nnvm/deploy_ssd_mxnet.py [moved from tutorials/nnvm/deploy_ssd.py with 98% similarity]