libfacedetection.train
libfacedetection.train copied to clipboard
Problems installing the repo
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?