TuSimple / mx-maskrcnn

An MXNet implementation of Mask R-CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find no difinition of Fill

hengshan123 opened this issue · comments

I follow the instruction:
1 cp rcnn/CXX_OP/* incubator-mxnet/src/operator/
2 then cd incubator-mxnet
3 make
but there is an error : "src/operator/./roi_align_v1-inl.h:342:7: error: ‘Fill’ was not declared in this scope"

I meet the same problem. What is your version of mxnet?

I meet the same problem,too.my version of mxnet is 0.12.0.I want to know how to slove this problem.