larroy commented on issue #9507: Segmentation Fault
URL: 
https://github.com/apache/incubator-mxnet/issues/9507#issuecomment-454428962
 
 
   Can you post a contained example for reproduction? I have used qemu as 
described in:
   
   https://github.com/apache/incubator-mxnet/blob/master/ci/README.md
   
   And for me seems to work, saving difficulties with cv2
   
   ```
   >>> from inception_predict2 import *
   
   
   >>> predict_from_url("https://i.imgur.com/HzafyBA.jpg";) 
   pre-processed image in 0.20366191864
   forward pass in 63.2164611816
   probability=0.718524, class=n02403003 ox
   probability=0.176381, class=n02389026 sorrel
   probability=0.095558, class=n03868242 oxcart
   probability=0.002765, class=n02408429 water buffalo, water ox, Asiatic 
buffalo, Bubalus bubalis
   probability=0.001262, class=n03935335 piggy bank, penny bank
   [(0.71852392, 'n02403003 ox'), (0.17638102, 'n02389026 sorrel'), 
(0.09555836, 'n03868242 oxcart'), (0.0027645244, 'n02408429 water buffalo, 
water ox, Asiatic buffalo, Bubalus bubalis'), (0.0012616422, 'n03935335 piggy 
bank, penny bank')]
   
   ```
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to