epic-kitchens / epic-kitchens-100-object-masks

:wine_glass: Support library for the MaskRCNN masks extracted on EPIC-KITCHENS-100
12 stars 2 forks source link

Installing the library in CoLab #4

Closed luohwu closed 3 years ago

luohwu commented 3 years ago

Hi everyone,

I can install the library on my local computer successfully. However, it doesn't work in CoLab. What I did is:

And the error was : _`ModuleNotFoundError Traceback (most recent call last)

in () 5 from ipywidgets import interact, IntSlider, Layout 6 ----> 7 from epic_kitchens.masks.io import load_detections 8 from epic_kitchens.masks.visualisation import DetectionRenderer ModuleNotFoundError: No module named 'epic_kitchens.masks'`_ Could you please tell me what I can do? Thanks in advance
luohwu commented 3 years ago

solved with !pip install 'git+https://github.com/epic-kitchens/epic-kitchens-100-object-masks.git'