ModuleNotFoundError in Mask R-CNN for Bin Picking
adityaanirudhk opened this issue · 3 comments
adityaanirudhk commented
cohnt commented
Make sure you pip install manipulation
, otherwise the package won't be available. To run everything in this notebook on colab, I needed !pip install drake manipulation pyvirtualdisplay xvfbwrapper
and !apt install xvfb
at the top. You also may find that Deepnote supports the textbook examples a bit more easily than Colab.
adityaanirudhk commented
Thank you. I'll make sure I check that out.
RussTedrake commented
Thanks @cohnt !