CharlesShang / TFFRCNN

FastER RCNN built on tensorflow
MIT License
874 stars 418 forks source link

PVAnet_test weights restore error #78

Open Jiakui opened 7 years ago

Jiakui commented 7 years ago

NotFoundError (see above for traceback): Key conv5_4/last_bn_scale/beta not found in checkpoint [[Node: save/RestoreV2_473 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_arg_save/Const_0_0, save/RestoreV2_473/tensor_names, save/RestoreV2_473/shape_and_slices)]]

I looked at the code, it seems that there is not any layer for last_bn_scale in the training stage.

gentlebreeze1 commented 6 years ago

can you share me the pva.npy? @Jiakui