PCN-PyTorch icon indicating copy to clipboard operation
PCN-PyTorch copied to clipboard

Implementation of PCN(Point Completion Network) in PyTorch.

Results 17 PCN-PyTorch issues
Sort by recently updated
recently updated
newest added

colab:CUDA-10.1 ,pytorch1.7, python3.7 the trackback: Traceback (most recent call last): File "train.py", line 14, in from metrics.metric import l1_cd File "/content/drive/MyDrive/PCN-PyTorch/metrics/metric.py", line 5, in from extensions.earth_movers_distance.emd import EarthMoverDistance File "/content/drive/MyDrive/PCN-PyTorch/extensions/earth_movers_distance/emd.py",...

maybe this part should be train_step < 50000? not should be epoch

![image](https://user-images.githubusercontent.com/92558403/171315429-8bc78ed2-a9b7-4107-9ea6-8434d1f20fbb.png) 这是用你的模型跑的 参数设置也与你一样 。。。。

Hi, Thank you for providing a pytorch version of PCN. I notice that you wrote a hint that do not compile on Windows platform. So this implementation cannot be installed...

I have read the sample and render and all use cad models. Is there any possibility to train the model with PointClouds(PCs) `.pcd` files? (PCs obtained from rgb and depth...

Hello author, I tried to run this file process_exr.py and got the error: Traceback (most recent call last): File "process_exr.py", line 25, in import Imath ModuleNotFoundError: No module named 'Imath'...

Hi @qinglew, How do I test a partial point cloud using a pretrained model without having the ground truth point cloud of the to get tested partial point cloud ?...

@qinglew Can you or someone else recommend any tool/workflow/code which is automazing the separation of complete and partial data to its folders and renaming partial data respectively ? I would...

Running `python3 setup.py install --user` gives the following error for earth mover distance extension ``` /home/nova/.local/lib/python3.8/site-packages/torch/utils/cpp_extension.py:398: UserWarning: There are no x86_64-linux-gnu-g++ version bounds defined for CUDA version 11.8 warnings.warn(f'There are...