Open icyhearts opened 4 years ago
Same Error.
Same Err..
You need add the bn_param in the caffe.proto, and make.
bn_param is already defined in caffe.proto.
Someone should address this problem if anyone cares about this repo. Otherwise it's really hard to use. Same error occurs when I'm trying to run it: Message type "caffe.LayerParameter" has no field named "bn_param". Caffe was built fine, passed all the tests. Please address it or at least suggest what can be tried.
add the DORN caffe python path to your ~/.bashrc
vim ~/.bashrc
add export PYTHONPATH=="/your dir/DORN/caffe/python:/your dir/DORN/caffe/pylayer"
source ~/.bashrc
Thanks PengfeiMa! I have by now successfully solved it, at least for my setup.
I was very irritated when I wrote the above comment xd. But the truth was I messed up with python paths really bad and that's why It didn't work. The gist of the problem was running it on Google Colab where things are a tad tricky.
Is anyone here running dorn with colab? I used "apt install caffe-cuda" to install caffe and encountered the same problem, but I don’t know how to modify it
Thanks for make the code open-sourced. When I run
I meet this error:
I need some hints on the error
Could you please give some hints?