You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/content/Multi-Task-Transformer/TaskPrompter/detection_toolbox/det_losses.py", line 7, in <module>
import mmcv
ModuleNotFoundError: No module named 'mmcv'
As an expected solution, tried pip install mmcv, but it takes indefinite time(waited >20minutes) Building wheels for collected packages: mmcv .
Downloaded pretrained model for cityscapes-3d
installed requirements as mentioned here requirements.txt file added #23
while running inference script
error occurs as
pip install mmcv
, but it takes indefinite time(waited >20minutes)Building wheels for collected packages: mmcv
.System Specifications
P.S. - As per README this is built using
Python 3.7
but had no idea about other library versions so continued without specifying any@prismformore
The text was updated successfully, but these errors were encountered: