wkpark / uddetailer

μ DDetailer, DDetailer fork to support DDetailer as an extension
GNU Affero General Public License v3.0
57 stars 2 forks source link

mmcv, mmyolo, mmengine version issues #45

Closed wkpark closed 9 months ago

wkpark commented 9 months ago

I've installed the latest packages to check for recent issues. and found that the latest mmcv, mmdet and mmengine have some issues.

these are recommended versions


2023/11/28 update

currently Im using mmcv == 2.1.0, mmdet >=3.2.0, mmengine == 0.9.1 under windows, with mmyolo 0.6.0


pip install basic (cmd prompt under windows)

CCpt5 commented 9 months ago

I've installed the latest packages to check for recent issues. and found that the latest mmcv, mmdet and mmengine have some issues.

  • only mmcv == 2.0.0 work with mmyolo 0.6.0
  • the mmengine 0.9.x has some issues with bitsandbytes. (bitsandbytes 0.9.x is not work properly under windows)

these are recommended versions

  • mmcv == 2.0.0
  • mmdet >= 3.0.0
  • mmengine == 0.8.5

This is helpful!! I would recommend listing these versions on the main page or in a txt in the repo.

CCpt5 commented 9 months ago

Yea, I dunno....followed these directions you mentioned (https://mmcv.readthedocs.io/en/latest/get_started/installation.html#install-with-mim-recommended) and tried the versions you have there as well as the ones listed in that older thread: (mmdet version 2.25.3 / mmcv 1.7 full) and they're changed on launch. It might be due to a different extension I have installed but not sure.....