BICLab / EMS-YOLO

Offical implementation of "Deep Directly-Trained Spiking Neural Networks for Object Detection" (ICCV2023)
https://arxiv.org/abs/2307.11411
GNU General Public License v3.0
139 stars 12 forks source link

DetectMultiBackend is not found #3

Open fei015 opened 10 months ago

fei015 commented 10 months ago

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!

Fanty01 commented 10 months ago

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

ghost commented 10 months ago

Yes, I have the same problem.

Alexwong-1024 commented 10 months ago

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 commented 10 months ago

Looking forward to your answer from the author

sjoks93 commented 10 months ago

Same issue here

666-qiong commented 10 months ago

The common.py file misses a lot of modules

HeuristicLU commented 2 weeks ago

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