-
Excuse, when I run your program, I can't find the lattice_filter.so. So I am wondering if I missed some details in your paper, and it would be grateful if you can help me out.
-
Just wanted to let you know that I developed an alternative repo which is more flexible in the shape and number of channels of the images (any 2D, 3D multi-channel image should work) and that has both…
-
Hi,
First, very nice work! Second, I tried to you code of the permutohedral lattice as a simple filter and I think that there might be a problem because when I run this code on a 2d RGB image:
```
…
-
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 …
-
Hi,
If I want to train the PROMISE 2012 dataset through your model, should I set SPATIAL_DIMS=3, INPUT_CHANNELS=1 and REFERENCE_CHANNELS=1?
panda,
-
Hi,
Thanks for your work in this repo. I am currently implementing CRF-RNN for 3D pointcloud, but it's very hard for me to understand the Permutohedral Lattice. I decided to implement CRF-RNN witho…
-
I successfully build this project, but encounter such problem:
`
tensorflow.python.framework.errors_impl.NotFoundError: /home/data/lixg/Mig_CRF/permutohedral_lattice/lattice_filter.so: undefined sy…
-
Hi,
Do you think this implementation could be easily adapted to work with sparse permutohedral lattices ? As discussed in [1](https://arxiv.org/pdf/1503.04949.pdf) [2](https://arxiv.org/pdf/1802.0…
-
Hi Miguel,
Thanks a lot for the great work!
I would like to ask some questions regarding the difference compared to the original repo.
1. In the Readme you said that
> The weights of the …
-
Hello,
inside the memory allocator on line [96](https://github.com/MiguelMonteiro/permutohedral_lattice/blob/master/src/DeviceMemoryAllocator.h#L96), [102](https://github.com/MiguelMonteiro/permuto…