MiguelMonteiro / permutohedral_lattice

Permutohedral Lattice C++/CUDA implementation + TensorFlow Op (CPU/GPU)
83 stars 18 forks source link

Kernel size #13

Closed CongWeilin closed 5 years ago

CongWeilin commented 5 years ago

Thanks for the effort implementing the code, good to know it can support multi-batch. However, after reading the code, can I assume this bilateral filter is applied on a densely connected graph? Say, pixel (0,0) are jointly computed with all other pixels (i,j) except itself. Please clarify if I am wrong.

Regards,

MiguelMonteiro commented 5 years ago

That is correct.

However multiple examples in a batch are computing sequentially.