dustysys / ddetailer

340 stars 74 forks source link

install 'mmcv-full' -> mmcv #55

Closed ITG-Guy closed 9 months ago

ITG-Guy commented 1 year ago

ddetailer is trying to mmcv-full when there is no mmdet module. But it doesn't need to install mmcv-full. If you have same issue which is waiting for installation, then open the ddtailer.py and comment out this line below. run(f'"{python}" -m mim install mmcv-full', desc=f"Installing mmcv-full", errdesc=f"Couldn't install mmcv-full")

-> # run(f'"{python}" -m mim install mmcv-full', desc=f"Installing mmcv-full", errdesc=f"Couldn't install mmcv-full")

And you installed the mmcv following your platform. Just refer to this url. https://mmcv.readthedocs.io/en/latest/get_started/installation.html#install-mmcv

svrakiss commented 1 year ago

see this fork https://github.com/dustysys/ddetailer/pull/54

AllInOneMighty commented 1 year ago

This fork is not made by dustysys, unfortunately (although it might work).

Can we get this on the official ddetailer project? I got the same issue, trying to install mmvc-full makes the code compile it which is extremely long and also results in an error, while installing mmvc is almost instantaneous.