Hello,
I would like to use maskrcnn for my ROS project, I have installed and tested the repo successfully under Anaconda envoirment. When I try to use ROS and Anaconda at same time I run into conflicts between anaconda and ROS. Is there a suggested way to do this ? , If I can get maskrcnn running without Anaconda probably I can get there ?
Can someone please guide me with this ?
Thank you
Hi,
I have no experience at all with ROS unfortunately.
@soumith maybe knows a bit better?
According to a solution on a chinese blog post, installing these packages resolves this problem.
$ conda install setuptools
$ pip install -U rosdep rosinstall_generator wstool rosinstall six vcstools
Thank you @fmassa and @JiamingSuen.
I did install the packages listed by @JiamingSuen and I am able to get ROS running inside Anaconda envoirment as in below picture.

Now I am trying to get inference in a ROS node I am not sure if I will hit some errors there. So I will keep issue open for now, once I am done I will update here for reference.
Thank you for your help~!
Hi @jediofgever
Did you managed to make maskrcnn-benchmark work on ROS?
Did anyone already make it?
Thanks
Most helpful comment
According to a solution on a chinese blog post, installing these packages resolves this problem.