szq0214/DSOD

NameError :name ‘DSOD300_V3_Body’ is not defined. How to deal with it?

Closed this issue · 1 comments

Jngwl commented

When I‘m training a DSOD model on VOC 07+12 by python examples/dsod/DSOD300_pascal.py,I encounter

Traceback (most recent call last):
File “examples/dsod/DSOD300_pascal.py”, line 380, in
DSOD300_V3_Body(net, from_layer=‘data’)
NameError: name ‘DSOD300_V3_Body’ is not defined

What should I do to deal with it? Thank you~

Jngwl commented

oh,i find it.
The author defines ‘DSOD300_V3_Body’ in model_libs.py