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/20 14:30:01 UTC

[GitHub] Ram124 commented on issue #6915: Training Faster R-CNN on own dataset

Ram124 commented on issue #6915: Training Faster R-CNN on own dataset
URL: https://github.com/apache/incubator-mxnet/issues/6915#issuecomment-398770355
 
 
   @muchuanyun  @maxrichter-scdm 
   
   when i run demo.py. I am getting something like this.
   What is this??
   
   (mxnet_p27) ubuntu@ip-172-31-10-202:~/mx-rcnn-1$ python demo.py --prefix model/vgg16 --epoch 0 --image myimage.jpg --gpu 0 --vis
   Traceback (most recent call last):
   File "demo.py", line 143, in 
   main()
   File "demo.py", line 138, in main
   predictor = get_net(symbol, args.prefix, args.epoch, ctx)
   File "demo.py", line 49, in get_net
   assert k in arg_params, k + ' not initialized'
   AssertionError: rpn_conv_3x3_weight not initialized
   
   Any help is really appreciated

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