dustysys / ddetailer

340 stars 74 forks source link

guys,if u get problem “mmdet.core'” just Roll back version of mmdet. #41

Closed alexcellsinetous closed 9 months ago

alexcellsinetous commented 1 year ago

!pip install -U openmim !mim install mmcv-full !pip install mmdet==2.28.2 !mim install mmengine.

00004-2801490318 worked!

(by the way i used colab.

Kepler-16b commented 1 year ago

where should I run this command?

alexcellsinetous commented 1 year ago

“yorha commander" lora in civitai

Kepler-16b commented 1 year ago

I mean, the pip command. I've searched and I couldn't find the venv folder.

alexcellsinetous commented 1 year ago

I mean, the pip command. I've searched and I couldn't find the venv folder.

Sorry for the misunderstanding. This character happens to be called commander :D may be this one? "!"is a special symbol for colab

pip install openmim pip install mmcv-full pip install mmdet==2.28.2 pip install mmengine.

If there are still environmental issues, you may need to reinstall this part of the environment.

QuietyAwe commented 1 year ago

Thanks,it worked,but not really worked. "ModuleNotFoundError: No module named 'mmcv._ext'" Now i have new issue.

QuietyAwe commented 1 year ago

How to reinstall all these stuff?

SkubiXTX commented 1 year ago

Thanks,it worked,but not really worked. "ModuleNotFoundError: No module named 'mmcv._ext'" Now i have new issue.

!pip install -U openmim==0.3.7 !mim install -U mmcv-full==1.7.1 !pip install -U mmdet==2.28.2 !pip install -U mmengine==0.5.0 !mim install -U mmcv==1.7.1

this is working for me