You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/10/14 18:07:54 UTC

[incubator-mxnet] branch master updated (6d6e46b -> 1d4ede3)

This is an automated email from the ASF dual-hosted git repository.

zhreshold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 6d6e46b  Comparison ops implemented using mshadow (#16414)
     add 1d4ede3  Add mask target generator operator for Mask-RCNN (#16268)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/mrcnn_target-inl.h | 132 +++++++++++++++
 src/operator/contrib/mrcnn_target.cu    | 278 ++++++++++++++++++++++++++++++++
 tests/python/unittest/test_operator.py  |  57 +++++++
 3 files changed, 467 insertions(+)
 create mode 100644 src/operator/contrib/mrcnn_target-inl.h
 create mode 100644 src/operator/contrib/mrcnn_target.cu