train yolov3 by mmdetection with VOCstyle-dataset When I try to train yolo3 with command python mmdetection tools train py config yolo-darknet53 py and everything goes ok until first epoch begin and error happens
python - No module named mmcv. _ext - Stack Overflow Tried to train the model but got the mmcv error No module named 'mmcv _ext' mmcv library is already installed and imported mmcv version = 1 4 0 Cuda version = 10 0
Using MMDetection with custom dataset - Stack Overflow I want to learn how to use the MMdetection library to learn how to detect numbers in images The SVHN dataset was chosen as the training sample It presents data in mat format Following the guide