Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some bug in running facade3d in my Ubuntu16.04 #2

Closed
FQHyuntian opened this issue Sep 2, 2018 · 1 comment
Closed

Some bug in running facade3d in my Ubuntu16.04 #2

FQHyuntian opened this issue Sep 2, 2018 · 1 comment

Comments

@FQHyuntian
Copy link

May I ask some issues about "module 'caffe.proto.caffe_pb2' has no attribute 'PermutohedralParameter'"?
Is there a problem with my Caffe version?

@varunjampani
Copy link
Contributor

SplatNet uses 'permutohedral' layers from this repository: https://github.com/MPI-IS/bilateralNN. Did you add those layers to the caffe? You can follow these steps to add the required layers from 'bilateralNN' repo:

You can manually copy all but caffe.proto source files in bilateralNN folder to the corresponding locations in your Caffe repository. Then, for merging the caffe.proto file of bilateralNN to your version of the caffe.proto:

  • copy the lines 382-383 and 854-922 in caffe.proto to the corresponding caffe.proto file in the destination Caffe repository.
  • Change the parameter IDs for PermutohedralParameter and PixelFeatureParameter based on the next available LayerParameter ID in your Caffe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants