This is an automated email from the ASF dual-hosted git repository.
apeforest pushed a change to branch benchmark
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from e92870a Revert "Merge remote-tracking branch 'Jerryzcn/pr-rcnn' into
benchmark"
add 4fd1f16 Add mask target generator operator for Mask-RCNN
add c02ec17 Disable the unit test for CPU default ctx
add 14d0817 Address PR comments
add 19a5b88 Merge remote-tracking branch 'Kh4L/mrcnn_mask_target_op' into
benchmark
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