wkpark / uddetailer

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

ModuleNotFoundError: No module named 'mmdet.core' #70

Closed thejohnd0e closed 7 months ago

thejohnd0e commented 7 months ago

Hi, I got it now. I think it's because it's incompatible with Tensor RT.

Screenshot - 2024-01-15 20 01 24

Screenshot - 2024-01-15 20 04 38

wkpark commented 7 months ago

I've got the same error recently with the newest torch-2.3.0 and forgot to push fixes. fixed now

thejohnd0e commented 7 months ago

After the update that error disappeared but another warning appeared

Screenshot - 2024-01-16 14 25 22

wkpark commented 7 months ago

that's ok. it indicates that it fails to load mmdet.core for some reasons. (so, mmdet/mmyolo models will not work. you can use ultralytics(yolov8) or mediapipe models in this case)

thejohnd0e commented 7 months ago

Despite this warning the extension works well with all models, so TY!