sanghoon / pva-faster-rcnn

Demo code for PVANet
https://arxiv.org/abs/1611.08588
Other
651 stars 241 forks source link

Python argument types in Net.copy_from(Net, str) did not match C++ signature: #51

Closed solemnrole closed 7 years ago

solemnrole commented 7 years ago

when i am runing the pvanet_obsolete/example_finetune model,loading the pretrained model,throwing the exception:"Python argument types in Net.copy_from(Net, str) did not match C++ signature",and idont know how to solve the exception.thanks!

solemnrole commented 7 years ago

i solved it!

zhitongxiang commented 6 years ago

I met this problem when I wanted to directly copy a pre-trained caffemodel using net.copy_from(), can you share your way to fix it ? Thanks very much

innocenteureka commented 6 years ago

can you share the way to fix it?I met this problem,too