qixuxiang / mask_rcnn_ros

The ROS Package of Mask R-CNN for Object Detection and Segmentation
Other
70 stars 34 forks source link

It isn't working #8

Closed idochi closed 2 years ago

idochi commented 2 years ago

At first I tried it with older versions of TensorFlow and Keras, but now I have another issue and can't find a solution. ez10@ez10gen2:~/maskcnn_ws$ rosrun mask_rcnn_ros mask_rcnn_node Invalid MIT-MAGIC-COOKIE-1 keyUsing TensorFlow backend. Traceback (most recent call last): File "/home/ez10/maskcnn_ws/src/mask_rcnn_ros/nodes/mask_rcnn_node", line 15, in import visualize File "/home/ez10/maskcnn_ws/src/mask_rcnn_ros/nodes/visualize.py", line 24, in sys.path.remove('/opt/ros/noetic/lib/python2.7/dist-packages') ValueError: list.remove(x): x not in list

I'm using ubuntu 20.04 and ROS Noetic.