Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'ConvPlus' is not defined #21

Open
yilawu opened this issue Jul 9, 2020 · 6 comments
Open

NameError: name 'ConvPlus' is not defined #21

yilawu opened this issue Jul 9, 2020 · 6 comments

Comments

@yilawu
Copy link

yilawu commented Jul 9, 2020

when I run the main.py and the error occured.

at yolo.py 181 line

if m in [nn.Conv2d, Conv, Bottleneck, SPP, DWConv, MixConv2d, Focus, ConvPlus, BottleneckCSP]:

ConvPlus is not defined

@TrojanXu
Copy link
Owner

TrojanXu commented Jul 9, 2020

Could you checkout the submodule yolov5? https://github.com/TrojanXu/yolov5-tensorrt/issues/19

@zhangbohnu
Copy link

Could you checkout the submodule yolov5? https://github.com/TrojanXu/yolov5-tensorrt/issues/19
I encountered the same problem, the link you mentioned is not accessible, so how to solve this problem? please

@flywheel1412
Copy link

flywheel1412 commented Jul 15, 2020

cd yolov5 && git checkout -f 37e13f8

@Joevaen
Copy link

Joevaen commented Jul 24, 2020

cd yolov5 && git checkout -f 37e13f8

What this command mean? I cant solve it by this.

@Joevaen
Copy link

Joevaen commented Jul 24, 2020

Could you checkout the submodule yolov5? https://github.com/TrojanXu/yolov5-tensorrt/issues/19

Hi, what to do with this question?

@TrojanXu
Copy link
Owner

git submodule init && git submodule update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants