TreeFilter-Torch icon indicating copy to clipboard operation
TreeFilter-Torch copied to clipboard

Learnable Tree Filter for Structure-preserving Feature Transform

Results 8 TreeFilter-Torch issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for providing such a nice paper. I have a question here. The default setting indicates the implementation on pytorch1.2. But, if possible, could this library (TreeFilter-Torch/furnace/kernels/lib_tree_filter) be...

An excellent work! I've several questions. 1. Why does the par appear in out_grad, while par_pos in out_data? https://github.com/Megvii-BaseDetection/TreeFilter-Torch/blob/4eed6b61f0f8688618a8563b98a1f21a5c1f9440/furnace/kernels/lib_tree_filter/src/refine/refine.cu#L184 2. delta S(Ei,j)/delta wi,j in eq.9 seems to disappear in the...

Can't quote ‘tree_filter_cuda’, can you tell me what is the reason please? `ImportError: /home/jason/notebook/TreeFilter-Torch/furnace/kernels/lib_tree_filter/tree_filter_cuda.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe26detail36_typeMetaDataInstance_preallocated_7E `

Hello, author. I encountered the aforementioned issue during runtime. Have you ever encountered a similar problem? If so, how did you resolve it?

(b2m) quaiping@user-NF5280M5:~/TreeFilter/TreeFilter-Torch-master/furnace/kernels/lib_tree_filter$ python setup.py build develop ['/home/quaiping/TreeFilter/TreeFilter-Torch-master/furnace/kernels/lib_tree_filter/src/mst/boruvka.cpp', '/home/quaiping/TreeFilter/TreeFilter-Torch-master/furnace/kernels/lib_tree_filter/src/refine/refine.cu', '/home/quaiping/TreeFilter/TreeFilter-Torch-master/furnace/kernels/lib_tree_filter/src/bfs/bfs.cu', '/home/quaiping/TreeFilter/TreeFilter-Torch-master/furnace/kernels/lib_tree_filter/src/mst/mst.cu', '/home/quaiping/TreeFilter/TreeFilter-Torch-master/furnace/kernels/lib_tree_filter/src/tree_filter.cpp'] running build running build_ext building 'tree_filter_cuda' extension Emitting ninja build file /home/quaiping/TreeFilter/TreeFilter-Torch-master/furnace/kernels/lib_tree_filter/build/temp.linux-x86_64-cpython-37/build.ninja... Compiling objects... Allowing ninja to set a...

Hi,thanks for your work,it'sgreat.But I meet a error when i try to compile it: -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-cpython-37/tree_filter_cuda.cpython-37m-x86_64-linux-gnu.so /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot find -lc10: not found /home/share/lihaoyu/anaconda3/envs/sas/compiler_compat/ld: cannot...