kitti-ssd
kitti-ssd copied to clipboard
KeyError: 'fc7_conv'
hi @jinfagang
when I run 'python train_ssd_kitti.py', I got this error :
Traceback (most recent call last):
File "train_ssd_kitti.py", line 455, in
Have you met this before?
hi @albertyou2
Have you solved your problem? I changed the fc7_conv into fc7 and it worked well. But my problem is that my training loss is always be zero. Have you kept doing on this?
@wenchima No , I didn't solve this. I 'm now switch to caffe_ssd .
Facing the same issue. Anyone solved it yet?
~~Same error, no luck~~
Looking at https://github.com/weiliu89/caffe/blob/ssd/examples/ssd/ssd_pascal.py and comparing, they use fc7
instead of fc7_conv
. Make the change and the script will run without error