fukatani / RefineDet_chainer

RefineDet Network based on chainer
MIT License
14 stars 6 forks source link

ImportError: cannot import name SSD300Plus #2

Closed NogizakaDaisuki closed 5 years ago

NogizakaDaisuki commented 5 years ago

There is a error when I tried to train my model:

<root@987f09a2c08e:/RefineDet_chainer/refinedet# python train.py --model refinedet320 --batchize 22 Traceback (most recent call last): File "train.py", line 20, in from chainercv.links import SSD300Plus ImportError: cannot import name SSD300Plus>

I checked the chainer's code, I found no SSD300Plus but a similar class named "SSD300" in chainercv/links/initpy. Is it the right one?

fukatani commented 5 years ago

Thank you for your report! I fixed train.py. Could you git pull and retry refinedet?