wkpark/uddetailer

ModuleNotFoundError: No module named 'mmdet.core'

thejohnd0e opened this issue · 4 comments

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

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

After the update that error disappeared but another warning appeared

Screenshot - 2024-01-16 14 25 22

wkpark commented

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)

  • mmdet.core is failed to load/import another dependent dll files.
  • for example,mmdet.core is not supported with the latest torch 2.3.0.

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