EMS-YOLO icon indicating copy to clipboard operation
EMS-YOLO copied to clipboard

DetectMultiBackend is not found

Open fei015 opened this issue 1 year ago • 7 comments

When I run train.py, there is a error: "ImportError: cannot import name 'DetectMultiBackend' from 'models.common'." In modles/common.py, class DetectMultiBackend is not found. Looking forward to a reply!

fei015 avatar Oct 25 '23 08:10 fei015

Yeah, I also have the same problem.Looking forward to a reply too!

Fanty01 avatar Oct 31 '23 02:10 Fanty01

Yes, I have the same problem.

ghost avatar Nov 01 '23 07:11 ghost

raceback (most recent call last): File "train.py", line 34, in import val # for end-of-epoch mAP File "/root/autodl-tmp/EMS-YOLO/val.py", line 26, in I also have the same problem. I wonder if I should add this module. My author said that I use yolov3. from models.common import DetectMultiBackend ImportError: cannot import name 'DetectMultiBackend' from 'models.common' (/root/autodl-tmp/EMS-YOLO/models/common.py),

Alexwong-1024 avatar Nov 01 '23 13:11 Alexwong-1024

Looking forward to your answer from the author

Alexwong-1024 avatar Nov 01 '23 13:11 Alexwong-1024

Same issue here

sjoks93 avatar Nov 01 '23 15:11 sjoks93

The common.py file misses a lot of modules

666-qiong avatar Nov 08 '23 11:11 666-qiong

我跑通了,上传上来了,分享给你https://github.com/HeuristicLU/EMS-yolo

HeuristicLU avatar Aug 20 '24 02:08 HeuristicLU