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 2018/06/26 11:13:22 UTC

[GitHub] Ram124 commented on issue #4831: Difficulty training RCNN on other datasets adhering to VOC format: RPNL1Loss=nan

Ram124 commented on issue #4831: Difficulty training RCNN on other datasets adhering to VOC format: RPNL1Loss=nan
URL: https://github.com/apache/incubator-mxnet/issues/4831#issuecomment-400270512
 
 
   @PCML-WangZhe assert (boxes[:, 2] >= boxes[:, 0]).all()
   add these lines before the above line
   
   for b in range(len(boxes)):
                   if boxes[b][2] < boxes[b][0]:
                       boxes[b][0]=0

----------------------------------------------------------------
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