You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
I'm running mxnet-c++ under a ROS node for object detection, which takes a sequence of images as input by subscribing a image message.
The node got stuck when I'm trying to construct input NDArray from cv::Mat data, either by
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Bug
@hallazie In Scala/Python, there are NDArray.Image API which used C operator to do the image processing. I am not sure why it is hang for using OpenCV alone with MXNet.
@hallazie In Scala/Python, there are NDArray.Image API which used C operator to do the image processing. I am not sure why it is hang for using OpenCV alone with MXNet.
Description
I'm running mxnet-c++ under a ROS node for object detection, which takes a sequence of images as input by subscribing a image message.
The node got stuck when I'm trying to construct input NDArray from cv::Mat data, either by
or
Environment info (Required)
----------Python Info----------
('Version :', '2.7.15rc1')
('Compiler :', 'GCC 7.3.0')
('Build :', ('default', 'Nov 12 2018 14:31:15'))
('Arch :', ('64bit', ''))
------------Pip Info-----------
('Version :', '19.0.3')
('Directory :', '/usr/local/lib/python2.7/dist-packages/pip')
----------MXNet Info-----------
('Version :', '1.4.0')
('Directory :', '/usr/local/lib/python2.7/dist-packages/mxnet')
('Commit Hash :', 'a03d59ed867ba334d78d61246a1090cd1868f5da')
----------System Info----------
('Platform :', 'Linux-4.18.0-17-generic-x86_64-with-Ubuntu-18.04-bionic')
('system :', 'Linux')
('node :', 'xsh-ThinkPad-T480')
('release :', '4.18.0-17-generic')
('version :', '#18~18.04.1-Ubuntu SMP Fri Mar 15 15:27:12 UTC 2019')
Package used (Python/R/Scala/Julia):
c++
Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio):
g++
MXNet commit hash:
b3b952f
Minimum reproducible example
The text was updated successfully, but these errors were encountered: