score-denoise icon indicating copy to clipboard operation
score-denoise copied to clipboard

:snowflake: Score-Based Point Cloud Denoising (ICCV 2021)

Results 6 score-denoise issues
Sort by recently updated
recently updated
newest added

Hi,i am new Python user. When i run “conda install -c pytorch3d pytorch3d==0.5.0” in AnaConda PowerShell Prompt,i will receive this. my enviorment: windows==11 anaconda==23.7.4 python==3.8.18 what should i do next?

Is it possible to train a model on larger point clouds, like more than 50k points?

Thanks for your excellent work! When using test_large.py, the generated point cloud has obvious gaps, which may cause by clustering. I wonder is there a good way to eliminate this,...

Hi, I am working on evaluating the point cloud, and I have read your code, but actually it is a little hard to understand the whole part. I want to...

Why am I getting this error? cd_loss = validate(it) File "train.py", line 147, in validate all_clean = [torch.cat](http://torch.cat/)(all_clean, dim=0) RuntimeError: Sizes of tensors must match except in dimension 0. Expected...