I successfully compiled your Permutohedral Lattice code (from the master branch), but when testing it with the provided crf_rnn_layer_test*.py scripts I got some errors.
The script crf_rnn_layer_test.py did not produce any errors, but just artifacts in the output image (which is normal, according to your answer here).
When running crf_rnn_layer_test_2.py and crf_rnn_layer_test_3.py, however, I obtained the following error:
permutohedral_lattice/src/LatticeFilterKernel.cu:99] GPU filter not compiled for these spatial dimensions, input and/or reference channels
Aborted (core dumped)
Hi Miguel,
I successfully compiled your Permutohedral Lattice code (from the master branch), but when testing it with the provided
crf_rnn_layer_test*.py
scripts I got some errors.The script
crf_rnn_layer_test.py
did not produce any errors, but just artifacts in the output image (which is normal, according to your answer here).When running
crf_rnn_layer_test_2.py
andcrf_rnn_layer_test_3.py
, however, I obtained the following error:Could you please check this?
Thank you very much in advance for your help!