TuSimple / mx-maskrcnn

An MXNet implementation of Mask R-CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

input data format

lrj16 opened this issue · comments

commented

I want to do some operation to input data, such as canny, but find that the input to the network is symbol but not array. How can i change it to array?thanks very much.