RSNet
RSNet copied to clipboard
This is the official implementation of RSNet.
from _ext import slice_pool_layer ImportError: No module named _ext
其味无穷
After I get .obj results. I would like to know how to get the results image like the figure in your paper? Thanks.
when i try to run build.py to compile layers,i meet this problem, TypeError: dist must be a Distribution instance can you help me?
Hi,thanks for your work,when I try to run your code,I find I can not compile your slice_pool_layer and slice_unpool_layer,can you send me your files have compiled files?my email is that:[email protected]
Hi , Thanks for sharing such a work . In your code, there are not much details about how to deal with the Scannet dataset. Can you give me some...
Hi , Thanks for sharing the great work I have a puzzle that in Diagram of RSNet ,what is the essence of the Input Feature Extraction module output? I mean,...
I am trying to run code using python 3.5 and I have pytorch 0.4.1 installed. I always end up getting error below: Traceback (most recent call last): File "train.py", line...
slice_pool_layer.slice_pool_max_forward_cuda(input, slice_idx_mat, num_slice, num_batch, channels, num_points, out, pool_mask) ctypes.ArgumentError: argument 1: : Don't know how to convert parameter 1 I changed the original code of "slice_pool_layer.py" from "from _ext import...
Hi, Thanks for sharing your codes. I found that each room is splited into several blocks based on stride and block_size, and each block forms a batch which is segmented...