Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rosrun mask_rcnn_ros mask_rcnn_node mistakes #5

Open
sunt40 opened this issue Sep 3, 2019 · 0 comments
Open

rosrun mask_rcnn_ros mask_rcnn_node mistakes #5

sunt40 opened this issue Sep 3, 2019 · 0 comments

Comments

@sunt40
Copy link

sunt40 commented Sep 3, 2019

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): x not in list
I run your code with ROS kinetic , I have modified sys.path.remove('/opt/ros/indigo/lib/python2.7/dist-packages to sys.path.remove('/opt/ros/kinetic/lib/python2.7/dist-packages .
What should I do ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant