-
Hello,
I have trying to use the permutohedral lattice code to perform bilateral filtering just to see if it works as expected.
What happens is: I get an image with a repeating artefact overlayed o…
-
I saw this paper lately, and it may be interesting to implement (their permutohedral lattice encoding) in SDFStudio.
The results look really good.
Project Page: https://radualexandru.github.io/per…
-
When I ran "sh build.sh", I got errors as follows:
CRFasRNNLayer/permutohedral_lattice/src/LatticeFilterKernel.cu(114): error: function "LatticeFilter::compute_position_vectors [with T=float, pd=6,…
-
# PermutoSDF: Fast Multi-View Reconstruction with Implicit Surfaces using Permutohedral Lattices - Jianfei Guo
[https://longtimenohack.com/posts/paper_reading/2023cvpr_rosu_permutosdf/](https://lon…
-
Hello @sadeepj
I am encountering a problem to compile the C++ code parts on windows 10. While it works fine on Linux, wether it be with the newest torch versions or older ones, I am unable to make…
-
The receptive field of bilateral filter is the whole image. Do you have any suggestion on implementing an window bilateral filter.
-
hi~ I'm digging in your work for weeks and it's really awesome! Now I wanna ask if I set the conv size as the input size, does it mean that the convCRF is equivalent to FullyCRF in this case?
-
it's so interesting :)
i hope you will finish soon as possible
-
Thanks for your excellent work!
I noticed convcrf is run on gpu, while fullcrf is run on cpu. Is it unfair to compare two algorithms on different platforms?
-
Did u have the scripts?