0belle

Results 6 issues of 0belle

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...

Is diffKernelArray fixed??

Have you achieved the aricle of , its 3d version of this 2d-st

did you have the code of article?

File "project/mvtec_3d/feature_extractors/features.py", line 101, in run_coreset self.patch_lib = torch.cat(self.patch_lib, dim = 0) RuntimeError: There were no tensor arguments to this function (e.g., you passed an empty list of Tensors), but...

我看您论文里面写的是药用optimizer和scheduler,但代码里面您注释掉了,是不需要用吗? 还有就是论文里面写道使用ReduceLROnPlateau scheduler但是使用emd损失作为指导,我想问下,如果我不使用这个损失的话,这里的scheduler应该如何设置,就是说我如果不使用去噪,只是单纯提取点云的分布