mask_rcnn_ros icon indicating copy to clipboard operation
mask_rcnn_ros copied to clipboard

The ROS Package of Mask R-CNN for Object Detection and Segmentation

Results 6 mask_rcnn_ros issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/home/giga/catkin_ws/src/mask_rcnn_ros/nodes/mask_rcnn_node", line 186, in main() File "/home/giga/catkin_ws/src/mask_rcnn_ros/nodes/mask_rcnn_node", line 182, in main node.run() File "/home/giga/catkin_ws/src/mask_rcnn_ros/nodes/mask_rcnn_node", line 99, in run results = self._model.detect([np_image], verbose=0) File "/home/giga/catkin_ws/src/mask_rcnn_ros/nodes/model.py",...

When I run `rosrun mask_rcnn_ros mask_rcnn_node` The error as follow: Traceback (most recent call last): File "/home/sunt/catkin_ws/src/mask_rcnn_ros/nodes/mask_rcnn_node", line 15, in import visualize File "/home/sunt/catkin_ws/src/mask_rcnn_ros/nodes/visualize.py", line 24, in sys.path.remove('/opt/ros/indigo/lib/python2.7/dist-packages') ValueError: list.remove(x):...

I cannot recognize this package on ROS kinetic. Is there some expectable reasons ? If I command 'roslaunch mask_rcnn_ros freiburg3_rgbd_example.launch', it gives a below message. > [freiburg3_rgbd_example.launch] is neither a...

I had run your code, but it always appeared errors with h5py. And I had also try a lot of methods from internet to install h5py again and again. Can...

Is your program strict with the version? my: tensorflow-gpu 1.2 keras 2.0.8(because the low version of the tensorflow ,keras is not installed completely) and ros :can I use the indigo...