hikvision-research / SSOD

An official implementation of CVPR 2022 paper "Label Matching Semi-Supervised Object Detection".
Apache License 2.0
140 stars 14 forks source link

Preprocess Datasets #17

Open frezaeix opened 1 year ago

frezaeix commented 1 year ago

Hi, Thanks for the repo, I have already installed mmcv-full==1.2.7 and mmdet==2.10.0 as the requirements said. However, when I run xonsh preprocess_dataset.sh I received this error: ModuleNotFoundError: No module named 'mmcv._ext' Is there any workaround for this?

AceCoooool commented 1 year ago

This is caused by the mmcv, you can refer to the mmcv FAQ