murdockhou/Yet-Another-EfficientDet-Pytorch-Convert-ONNX-TVM

ImportError: cannot import name 'EfficientDetBackbone' from 'backbone'

azuryl opened this issue · 0 comments

python convert/convert_onnx.py
Traceback (most recent call last):
File "/home/jliu/data2/Yet-Another-EfficientDet-Pytorch-Convert-ONNX-TVM/convert/convert_onnx.py", line 4, in
from backbone import EfficientDetBackbone
ImportError: cannot import name 'EfficientDetBackbone' from 'backbone' (/home/jliu/anaconda3/envs/adabins/lib/python3.9/site-packages/backbone/init.py)