szq0214 / DSOD

DSOD: Learning Deeply Supervised Object Detectors from Scratch. In ICCV 2017.
Other
706 stars 210 forks source link

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

Closed Jngwl closed 5 years ago

Jngwl commented 5 years ago

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 5 years ago

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