ModuleNotFoundError: No module named 'mmdet.core'
thejohnd0e opened this issue · 4 comments
thejohnd0e commented
wkpark commented
I've got the same error recently with the newest torch-2.3.0 and forgot to push fixes. fixed now
thejohnd0e commented
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.
thejohnd0e commented
Despite this warning the extension works well with all models, so TY!