You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/27 08:44:56 UTC

[GitHub] Jing-Luo commented on issue #8639: [WIP] Gluon object detection

Jing-Luo commented on issue #8639: [WIP] Gluon object detection
URL: https://github.com/apache/incubator-mxnet/pull/8639#issuecomment-347113888
 
 
   @zhreshold Sorry for troubling but I noticed in [target.py](https://github.com/zhreshold/mxnet/blob/gluon-det-pr/example/object-detection/block/target.py#L30) there is a line:
   `ious = nd.transpose(nd.contrib.box_iou(anchors, gt_boxes), (1, 0, 2))`
   
   But when I run train.py, here is the error message:
   
   > module 'mxnet.ndarray.contrib' has no attribute 'box_iou'
   
   And I truly could not see this attribute from the mxnet repository. So do you implement it by yourself so that I could run the code successfully?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services