Skip to content

Problems installing the repo #86

@LuisGF93

Description

@LuisGF93

Hi,

I'm following the README.md instructions for installing everything on my computer, but I'm facing some kind of error when I'm trying to execute the training process.

I've installed pytorch according with the cuda version I have on my computer and also I've followed mmcv instructions to install it without any issue. I've also installed mmdetection following their instructions and everything seems to be ok.

The problem is when I try to run the sample command for training. I'm getting this error:

ModuleNotFoundError: No module named 'mmcv.runner' Traceback (most recent call last): File "tools/train.py", line 13, in <module> from mmcv.runner import get_dist_info, init_dist ModuleNotFoundError: No module named 'mmcv.runner'

Do you have any idea on what am I doing wrong with it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions