RepSurf
RepSurf copied to clipboard
[CVPR 2022 Oral] Official implementation for "Surface Representation for Point Clouds"
您的工作非常出色,请问什么时候可以更新一下有关室内数据集s3dis和scannetv2的代码呢?
Hi, thank you for your great work. I have read your paper and I am curious about the backbone of the segmentation task. Do you use the same Decoder of...
hello, thank you for your work, it's a good work. When will you publish the codes about object detection? Thank you!
When will you publish codes about scannetv2?
Hello, I'm trying to reproduce the reported results on ModelNet40. I have written a data loader for ModelNet40 and I'm training it with all the implementation details in the paper...
Dear @hancyran, thank you for publishing this work. I am curious how to use this network on my own data. For example, say I have a PCD for a room,...
Hi @hancyran Thanks for your good work. I have one question. Have you tested RepSurf on other semantic segmentation backbones or SOTA backbones? Xiaobing Han
File "/home/RepSurf/classification/modules/pointnet2_utils.py", line 110, in query_knn_point return knnquery(k, xyz, new_xyz) File "/home/RepSurf/classification/modules/pointops/functions/pointops.py", line 315, in forward pointops_cuda.knnquery_cuda(b, n, m, nsample, xyz, new_xyz, idx, dist2) TypeError: knnquery_cuda(): incompatible function arguments. The...
It's a nice job. But I want to know how do you render the point cloud in the paper like firgure1, as shown in the below. Thanks very much. 