MiguelMonteiro / CRFasRNNLayer

Conditional Random Fields as Recurrent Neural Networks (Tensorflow)
MIT License
82 stars 20 forks source link

Compilation in the CRFasRNNLayer #8

Closed lestel closed 5 years ago

lestel commented 6 years ago

I met some problem when compile build.sh file. Could you help me deal with it? I want to adapt the input channels and reference channels in the Permutohedral Lattice for high dimensional filter. But when i compile the build.sh file, the error raise: fatal error: tensorflow/core/framework/op.h: No such file I install Tensorflow in Virtualenv way, but the compilation cannot find op.h. How can I solve this problem?

Best Lestel