NeuralPoints icon indicating copy to clipboard operation
NeuralPoints copied to clipboard

【Code of CVPR 2022 paper】Neural Points: Point Cloud Representation with Neural Fields for Arbitrary Upsampling

Results 15 NeuralPoints issues
Sort by recently updated
recently updated
newest added

Can I use your pretrained model to upsample my own point cloud?

ImportError: /mnt/sda/*******/anaconda3/envs/NePs/lib/python3.8/site-packages/torch/lib/../../../.././libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /mnt/sda/zhouzhiyang/anaconda3/envs/NePs/lib/python3.8/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-38-x86_64-linux-gnu.so)

您好,很感谢您提供的代码! 我在复现论文的时候,结果没有像论文中的评价指标的数值那样,我发现应该是,计算方法的不同,请问您可以提供一下测评的代码吗,或者代码中该如何设置那些loss参数呢?希望您能看见能够回复一下,谢谢!

Thank you for sharing the code. I encountered a ‘Segmentation fault (core dumped)’ problem when reproducing the code. How can I solve it?

谢谢您的工作。我暂时还没有看代码,我只拜读了您的文章,我有以下问题,希望您可以帮忙解答一下。 1、这个local neural fields和local surface patch是什么关系呢,读论文的时候两个概念分不清楚,感觉很混乱。 2、这个学习出来的全局的Neural Fields数据结构是怎样的呢,他在计算机中是如何表示的呢。emmm这个是我导师的问题。 非常感谢您的回答。

how can i calculate the epoch?it confuses me .

After I successfully compiled pointnet2 and installed the dependencies required by the project, this problem: Traceback (most recent call last): File "train_view_toy.py", line 1, in from pointnet2 import pointnet2_utils as...

Hello, I want to test the method on other datasets, but It looks like the proposed method can only take patches as input, could you provide the code for generating...

Has anyone been able to run the code successfully? I found that the newly created envs according to this step cannot compile pointnet2 normally, there are various bugs

Hi, feng Your method has been a great success, I have doubts about some of the key steps. 1. about loss function: is the public code the final version, I...